Html Css Color HEX #CAC16A Dark Khaki

📋 copy color: '#CAC16A'

red 202 ◦ green 193 ◦ blue 106

#CAC16A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #CAC16A

Tints of Dark Khaki #CAC16A

RGB

 RED value IS 202 (79.3% from 255) = 40.32%

 GREEN value IS 193 (75.78% from 255) = 38.52%

 BLUE value IS 106 (41.8% from 255) = 21.16%

R = 40.32%
G = 38.52%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAC16A (or 0xCAC16A) is known color: Dark Khaki. HEX triplet: CA, C1 and 6A. RGB value is (202,193,106). Sum of RGB (Red+Green+Blue) = 202+193+106=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16A is #353E95. Grayscale: #BABABA. Windows color (decimal): -3489430 or 6996426. OLE color: 6996426.

HSL color Cylindrical-coordinate representation of color #CAC16A: hue angle of 54.38º 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 #CAC16A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 106 -
CMYK 0 0.04 0.48 0.21
HSL 54.38º 0.48% 0.6% -
HSV(B) 54.38º 0.48% 0.79% -
XYZ 46.03 51.74 21.2 -
YUV 185.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 202 193 106 0 0.04 0.48 0.21 54.38 0.48 0.6
Hex CA C1 6A 0 4 30 15 36 30 3C
Octal 312 301 152 0 4 60 25 66 60 74
Binary 11001010 11000001 1101010 0 100 110000 10101 110110 110000 111100

Color Harmonies of #CAC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC16A

Black with #CAC16A

Text Example


Text Example

White with #CAC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC16A; }

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

 H1.HeaderClassName
 {
   color: #CAC16A;
 }
 .AnyTagClassName
 {
   color: #CAC16A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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