#CAC169

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

Shades of Dark Khaki #CAC169

Tints of Dark Khaki #CAC169

Color information

#CAC169 (or 0xCAC169) is unknown color: approx Dark Khaki. HEX triplet: CA, C1 and 69. RGB value is (202,193,105). Sum of RGB (Red+Green+Blue) = 202+193+105=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC169 is #353E96. Grayscale: #BABABA. Windows color (decimal): -3489431 or 6930890. OLE color: 6930890.

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

Color convert

RGB202193105-
CMYK00.040.480.21
HSL54.43º47.78%60.2%-
HSV(B)54.43º48.02%79.22%-
XYZ45.9851.7220.92-
YUV185.6682.48139.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 105 (41.41% from 255) = 21%
R=40.4%
G=38.6%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219310500.040.480.2154.4347.7860.2
HexCAC16904301536303c
Octal312301151046025666074
Binary11001010110000011101001010011000010101110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC169; }

 p { color: rgb(202,193,105); }

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

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

 a { background-color: rgb(202,193,105); }

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

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

 span { border-color: rgb(202,193,105); }

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