#CBB164

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

Shades of Laser #CBB164

Tints of Laser #CBB164

Color information

#CBB164 (or 0xCBB164) is unknown color: approx Laser. HEX triplet: CB, B1 and 64. RGB value is (203,177,100). Sum of RGB (Red+Green+Blue) = 203+177+100=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB164 is #344E9B. Grayscale: #B0B0B0. Windows color (decimal): -3427996 or 6599115. OLE color: 6599115.

HSL color Cylindrical-coordinate representation of color #CBB164: hue angle of 44.85º 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 #CBB164 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB203177100-
CMYK00.130.510.20
HSL44.85º49.76%59.41%-
HSV(B)44.85º50.74%79.61%-
XYZ42.6545.0618.51-
YUV17685.11147.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 100 (39.45% from 255) = 20.83%
R=42.29%
G=36.88%
B=20.83%

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
Decimal20317710000.130.510.2044.8549.7659.41
HexCBB1640D33142d323b
Octal3132611440156324556273
Binary110010111011000111001000110111001110100101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB164; }

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

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

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

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

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

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

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

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