Html Css Color HEX #C2C170 Dark Khaki

📋 copy color: '#C2C170'

red 194 ◦ green 193 ◦ blue 112

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

Shades of Dark Khaki #C2C170

Tints of Dark Khaki #C2C170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.68%

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

R = 38.88%
G = 38.68%
B = 22.44%

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

#C2C170 (or 0xC2C170) is known color: Dark Khaki. HEX triplet: C2, C1 and 70. RGB value is (194,193,112). Sum of RGB (Red+Green+Blue) = 194+193+112=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C170 is #3D3E8F. Grayscale: #B8B8B8. Windows color (decimal): -4013712 or 7389634. OLE color: 7389634.

HSL color Cylindrical-coordinate representation of color #C2C170: hue angle of 59.27º 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 #C2C170 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 112 -
CMYK 0 0.01 0.42 0.24
HSL 59.27º 0.4% 0.6% -
HSV(B) 59.27º 0.42% 0.76% -
XYZ 44.24 50.78 22.8 -
YUV 184.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 194 193 112 0 0.01 0.42 0.24 59.27 0.4 0.6
Hex C2 C1 70 0 1 2A 18 3B 28 3C
Octal 302 301 160 0 1 52 30 73 50 74
Binary 11000010 11000001 1110000 0 1 101010 11000 111011 101000 111100

Color Harmonies of #C2C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C170

Black with #C2C170

Text Example


Text Example

White with #C2C170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C170; }

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

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

background-color css

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

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

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

border-color css

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

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

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