Html Css Color HEX #C0AF70 Dark Khaki

📋 copy color: '#C0AF70'

red 192 ◦ green 175 ◦ blue 112

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

Shades of Dark Khaki #C0AF70

Tints of Dark Khaki #C0AF70

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 40.08%
G = 36.53%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0AF70 (or 0xC0AF70) is known color: Dark Khaki. HEX triplet: C0, AF and 70. RGB value is (192,175,112). Sum of RGB (Red+Green+Blue) = 192+175+112=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF70 is #3F508F. Grayscale: #ADADAD. Windows color (decimal): -4149392 or 7385024. OLE color: 7385024.

HSL color Cylindrical-coordinate representation of color #C0AF70: hue angle of 47.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0AF70 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 112 -
CMYK 0 0.09 0.42 0.25
HSL 47.25º 0.39% 0.6% -
HSV(B) 47.25º 0.42% 0.75% -
XYZ 39.99 43.04 21.53 -
YUV 172.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 192 175 112 0 0.09 0.42 0.25 47.25 0.39 0.6
Hex C0 AF 70 0 9 2A 19 2F 27 3C
Octal 300 257 160 0 11 52 31 57 47 74
Binary 11000000 10101111 1110000 0 1001 101010 11001 101111 100111 111100

Color Harmonies of #C0AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF70

Black with #C0AF70

Text Example


Text Example

White with #C0AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF70; }

 p { color: rgb(192,175,112); }

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

background-color css

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

 a { background-color: rgb(192,175,112); }

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

border-color css

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

 span { border-color: rgb(192,175,112); }

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