#CBC06E

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

Shades of Dark Khaki #CBC06E

Tints of Dark Khaki #CBC06E

Color information

#CBC06E (or 0xCBC06E) is unknown color: approx Dark Khaki. HEX triplet: CB, C0 and 6E. RGB value is (203,192,110). Sum of RGB (Red+Green+Blue) = 203+192+110=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06E is #343F91. Grayscale: #BABABA. Windows color (decimal): -3424146 or 7258315. OLE color: 7258315.

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

Color convert

RGB203192110-
CMYK00.050.460.20
HSL52.9º47.21%61.37%-
HSV(B)52.9º45.81%79.61%-
XYZ46.2951.5222.26-
YUV185.9485.14140.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=40.20%
G=38.02%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319211000.050.460.2052.947.2161.37
HexCBC06E052E14352f3d
Octal313300156055624655775
Binary11001011110000001101110010110111010100110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC06E; }

 p { color: rgb(203,192,110); }

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

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

 a { background-color: rgb(203,192,110); }

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

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

 span { border-color: rgb(203,192,110); }

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