#CBC070

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

Shades of Dark Khaki #CBC070

Tints of Dark Khaki #CBC070

Color information

#CBC070 (or 0xCBC070) is unknown color: approx Dark Khaki. HEX triplet: CB, C0 and 70. RGB value is (203,192,112). Sum of RGB (Red+Green+Blue) = 203+192+112=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC070 is #343F8F. Grayscale: #BABABA. Windows color (decimal): -3424144 or 7389387. OLE color: 7389387.

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

Color convert

RGB203192112-
CMYK00.050.450.20
HSL52.75º46.67%61.76%-
HSV(B)52.75º44.83%79.61%-
XYZ46.451.5722.84-
YUV186.1786.14140-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=40.04%
G=37.87%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319211200.050.450.2052.7546.6761.76
HexCBC070052D14352f3e
Octal313300160055524655776
Binary11001011110000001110000010110110110100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC070; }

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

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

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

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

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

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

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

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