Html Css Color HEX #CAC36B Dark Khaki

📋 copy color: '#CAC36B'

red 202 ◦ green 195 ◦ blue 107

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

Shades of Dark Khaki #CAC36B

Tints of Dark Khaki #CAC36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 40.08%
G = 38.69%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC36B (or 0xCAC36B) is known color: Dark Khaki. HEX triplet: CA, C3 and 6B. RGB value is (202,195,107). Sum of RGB (Red+Green+Blue) = 202+195+107=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36B is #353C94. Grayscale: #BBBBBB. Windows color (decimal): -3488917 or 7062474. OLE color: 7062474.

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

Color convert

RGB 202 195 107 -
CMYK 0 0.03 0.47 0.21
HSL 55.58º 0.47% 0.61% -
HSV(B) 55.58º 0.47% 0.79% -
XYZ 46.53 52.65 21.62 -
YUV 187.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 202 195 107 0 0.03 0.47 0.21 55.58 0.47 0.61
Hex CA C3 6B 0 3 2F 15 38 2F 3D
Octal 312 303 153 0 3 57 25 70 57 75
Binary 11001010 11000011 1101011 0 11 101111 10101 111000 101111 111101

Color Harmonies of #CAC36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC36B

Black with #CAC36B

Text Example


Text Example

White with #CAC36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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