Html Css Color HEX #C4C070 Dark Khaki

📋 copy color: '#C4C070'

red 196 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #C4C070

Tints of Dark Khaki #C4C070

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 39.2%
G = 38.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4C070 (or 0xC4C070) is known color: Dark Khaki. HEX triplet: C4, C0 and 70. RGB value is (196,192,112). Sum of RGB (Red+Green+Blue) = 196+192+112=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C070 is #3B3F8F. Grayscale: #B8B8B8. Windows color (decimal): -3882896 or 7389380. OLE color: 7389380.

HSL color Cylindrical-coordinate representation of color #C4C070: hue angle of 57.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4C070 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 112 -
CMYK 0 0.02 0.43 0.23
HSL 57.14º 0.42% 0.6% -
HSV(B) 57.14º 0.43% 0.77% -
XYZ 44.54 50.6 22.75 -
YUV 184.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 196 192 112 0 0.02 0.43 0.23 57.14 0.42 0.6
Hex C4 C0 70 0 2 2B 17 39 2A 3C
Octal 304 300 160 0 2 53 27 71 52 74
Binary 11000100 11000000 1110000 0 10 101011 10111 111001 101010 111100

Color Harmonies of #C4C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C070

Black with #C4C070

Text Example


Text Example

White with #C4C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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