#CBB064

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

Shades of Laser #CBB064

Tints of Laser #CBB064

Color information

#CBB064 (or 0xCBB064) is unknown color: approx Laser. HEX triplet: CB, B0 and 64. RGB value is (203,176,100). Sum of RGB (Red+Green+Blue) = 203+176+100=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB064 is #344F9B. Grayscale: #AFAFAF. Windows color (decimal): -3428252 or 6598859. OLE color: 6598859.

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

Color convert

RGB203176100-
CMYK00.130.510.20
HSL44.27º49.76%59.41%-
HSV(B)44.27º50.74%79.61%-
XYZ42.4544.6718.44-
YUV175.4185.45147.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=42.38%
G=36.74%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317610000.130.510.2044.2749.7659.41
HexCBB0640D33142c323b
Octal3132601440156324546273
Binary110010111011000011001000110111001110100101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB064; }

 p { color: rgb(203,176,100); }

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

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

 a { background-color: rgb(203,176,100); }

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

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

 span { border-color: rgb(203,176,100); }

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