#cbc46b

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

Shades of Dark Khaki #CBC46B

Tints of Dark Khaki #CBC46B

Color information

#CBC46B (or 0xCBC46B) is unknown color: approx Dark Khaki. HEX triplet: CB, C4 and 6B. RGB value is (203,196,107). Sum of RGB (Red+Green+Blue) = 203+196+107=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC46B is #343B94. Grayscale: #BCBCBC. Windows color (decimal): -3423125 or 7062731. OLE color: 7062731.

HSL color Cylindrical-coordinate representation of color #CBC46B: hue angle of 55.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC46B is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203196107-
CMYK00.030.470.20
HSL55.62º48%60.78%-
HSV(B)55.62º47.29%79.61%-
XYZ47.0253.2421.71-
YUV187.9582.32138.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=40.12%
G=38.74%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319610700.030.470.2055.624860.78
HexCBC46B032F1438303d
Octal313304153035724706075
Binary1100101111000100110101101110111110100111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc46b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc46b; }

 p { color: rgb(203,196,107); }

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

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

 a { background-color: rgb(203,196,107); }

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

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

 span { border-color: rgb(203,196,107); }

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