#CAC26B

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

Shades of Dark Khaki #CAC26B

Tints of Dark Khaki #CAC26B

Color information

#CAC26B (or 0xCAC26B) is unknown color: approx Dark Khaki. HEX triplet: CA, C2 and 6B. RGB value is (202,194,107). Sum of RGB (Red+Green+Blue) = 202+194+107=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC26B is #353D94. Grayscale: #BABABA. Windows color (decimal): -3489173 or 7062218. OLE color: 7062218.

HSL color Cylindrical-coordinate representation of color #CAC26B: hue angle of 54.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAC26B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202194107-
CMYK00.040.470.21
HSL54.95º47.26%60.59%-
HSV(B)54.95º47.03%79.22%-
XYZ46.352.221.55-
YUV186.4783.15139.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=40.16%
G=38.57%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219410700.040.470.2154.9547.2660.59
HexCAC26B042F15372f3d
Octal312302153045725675775
Binary11001010110000101101011010010111110101110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC26B; }

 p { color: rgb(202,194,107); }

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

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

 a { background-color: rgb(202,194,107); }

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

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

 span { border-color: rgb(202,194,107); }

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