Html Css Color HEX #CAC16C Dark Khaki

📋 copy color: '#CAC16C'

red 202 ◦ green 193 ◦ blue 108

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

Shades of Dark Khaki #CAC16C

Tints of Dark Khaki #CAC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 40.16%
G = 38.37%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC16C (or 0xCAC16C) is known color: Dark Khaki. HEX triplet: CA, C1 and 6C. RGB value is (202,193,108). Sum of RGB (Red+Green+Blue) = 202+193+108=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16C is #353E93. Grayscale: #BABABA. Windows color (decimal): -3489428 or 7127498. OLE color: 7127498.

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

Color convert

RGB 202 193 108 -
CMYK 0 0.04 0.47 0.21
HSL 54.26º 0.47% 0.61% -
HSV(B) 54.26º 0.47% 0.79% -
XYZ 46.13 51.78 21.75 -
YUV 186 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 202 193 108 0 0.04 0.47 0.21 54.26 0.47 0.61
Hex CA C1 6C 0 4 2F 15 36 2F 3D
Octal 312 301 154 0 4 57 25 66 57 75
Binary 11001010 11000001 1101100 0 100 101111 10101 110110 101111 111101

Color Harmonies of #CAC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC16C

Black with #CAC16C

Text Example


Text Example

White with #CAC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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