Html Css Color HEX #CAC56C Dark Khaki

📋 copy color: '#CAC56C'

red 202 ◦ green 197 ◦ blue 108

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

Shades of Dark Khaki #CAC56C

Tints of Dark Khaki #CAC56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 39.84%
G = 38.86%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC56C (or 0xCAC56C) is known color: Dark Khaki. HEX triplet: CA, C5 and 6C. RGB value is (202,197,108). Sum of RGB (Red+Green+Blue) = 202+197+108=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC56C is #353A93. Grayscale: #BCBCBC. Windows color (decimal): -3488404 or 7128522. OLE color: 7128522.

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

Color convert

RGB 202 197 108 -
CMYK 0 0.02 0.47 0.21
HSL 56.81º 0.47% 0.61% -
HSV(B) 56.81º 0.47% 0.79% -
XYZ 47.03 53.57 22.05 -
YUV 188.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 202 197 108 0 0.02 0.47 0.21 56.81 0.47 0.61
Hex CA C5 6C 0 2 2F 15 39 2F 3D
Octal 312 305 154 0 2 57 25 71 57 75
Binary 11001010 11000101 1101100 0 10 101111 10101 111001 101111 111101

Color Harmonies of #CAC56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC56C

Black with #CAC56C

Text Example


Text Example

White with #CAC56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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