Html Css Color HEX #C2C070 Dark Khaki

📋 copy color: '#C2C070'

red 194 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #C2C070

Tints of Dark Khaki #C2C070

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 38.55%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2C070 (or 0xC2C070) is known color: Dark Khaki. HEX triplet: C2, C0 and 70. RGB value is (194,192,112). Sum of RGB (Red+Green+Blue) = 194+192+112=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C070 is #3D3F8F. Grayscale: #B7B7B7. Windows color (decimal): -4013968 or 7389378. OLE color: 7389378.

HSL color Cylindrical-coordinate representation of color #C2C070: hue angle of 58.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2C070 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 112 -
CMYK 0 0.01 0.42 0.24
HSL 58.54º 0.4% 0.6% -
HSV(B) 58.54º 0.42% 0.76% -
XYZ 44.02 50.34 22.73 -
YUV 183.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 194 192 112 0 0.01 0.42 0.24 58.54 0.4 0.6
Hex C2 C0 70 0 1 2A 18 3B 28 3C
Octal 302 300 160 0 1 52 30 73 50 74
Binary 11000010 11000000 1110000 0 1 101010 11000 111011 101000 111100

Color Harmonies of #C2C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C070

Black with #C2C070

Text Example


Text Example

White with #C2C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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