#cbac65

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

Shades of Laser #CBAC65

Tints of Laser #CBAC65

Color information

#CBAC65 (or 0xCBAC65) is unknown color: approx Laser. HEX triplet: CB, AC and 65. RGB value is (203,172,101). Sum of RGB (Red+Green+Blue) = 203+172+101=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC65 is #34539A. Grayscale: #ADADAD. Windows color (decimal): -3429275 or 6663371. OLE color: 6663371.

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

Color convert

RGB203172101-
CMYK00.150.500.20
HSL41.76º49.51%59.61%-
HSV(B)41.76º50.25%79.61%-
XYZ41.7343.1418.44-
YUV173.1887.27149.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=42.65%
G=36.13%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317210100.150.500.2041.7649.5159.61
HexCBAC650F32142a323c
Octal3132541450176224526274
Binary110010111010110011001010111111001010100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbac65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbac65; }

 p { color: rgb(203,172,101); }

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

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

 a { background-color: rgb(203,172,101); }

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

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

 span { border-color: rgb(203,172,101); }

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