#CBC16A

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

Shades of Dark Khaki #CBC16A

Tints of Dark Khaki #CBC16A

Color information

#CBC16A (or 0xCBC16A) is unknown color: approx Dark Khaki. HEX triplet: CB, C1 and 6A. RGB value is (203,193,106). Sum of RGB (Red+Green+Blue) = 203+193+106=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16A is #343E95. Grayscale: #BABABA. Windows color (decimal): -3423894 or 6996427. OLE color: 6996427.

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

Color convert

RGB203193106-
CMYK00.050.480.20
HSL53.81º48.26%60.59%-
HSV(B)53.81º47.78%79.61%-
XYZ46.351.8821.21-
YUV186.0782.81140.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=40.44%
G=38.45%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319310600.050.480.2053.8148.2660.59
HexCBC16A05301436303d
Octal313301152056024666075
Binary11001011110000011101010010111000010100110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC16A; }

 p { color: rgb(203,193,106); }

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

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

 a { background-color: rgb(203,193,106); }

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

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

 span { border-color: rgb(203,193,106); }

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