#CBB15C

Color #CBB15C Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #CBB15C

Tints of Laser #CBB15C

Color information

#CBB15C (or 0xCBB15C) is unknown color: approx Laser. HEX triplet: CB, B1 and 5C. RGB value is (203,177,92). Sum of RGB (Red+Green+Blue) = 203+177+92=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB15C is #344EA3. Grayscale: #AFAFAF. Windows color (decimal): -3428004 or 6074827. OLE color: 6074827.

HSL color Cylindrical-coordinate representation of color #CBB15C: hue angle of 45.95º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB15C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20317792-
CMYK00.130.550.20
HSL45.95º51.63%57.84%-
HSV(B)45.95º54.68%79.61%-
XYZ42.2844.9116.57-
YUV175.0881.11147.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=43.01%
G=37.5%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031779200.130.550.2045.9551.6357.84
HexCBB15C0D37142e343a
Octal3132611340156724566472
Binary110010111011000110111000110111011110100101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB15C; }

 p { color: rgb(203,177,92); }

 H1.HeaderClassName
 {
   color: #CBB15C;
 }
 .AnyTagClassName
 {
   color: #CBB15C;
 }
</style>
background-color css

<style>
 a { background-color: #CBB15C; }

 a { background-color: rgb(203,177,92); }

 div.DivClassName
 {
   background-color: #CBB15C;
 }
 .BgClassName
 {
   background-color: #CBB15C;
 }
</style>
border-color css

<style>
 span { border-color: #CBB15C; }

 span { border-color: rgb(203,177,92); }

 td.TdClassName
 {
   border-color: #CBB15C;
 }
 .TagClassName
 {
   border-color: #CBB15C;
 }
</style>