Html Css Color HEX #C2B570 Dark Khaki

📋 copy color: '#C2B570'

red 194 ◦ green 181 ◦ blue 112

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

Shades of Dark Khaki #C2B570

Tints of Dark Khaki #C2B570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

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

R = 39.84%
G = 37.17%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2B570 (or 0xC2B570) is known color: Dark Khaki. HEX triplet: C2, B5 and 70. RGB value is (194,181,112). Sum of RGB (Red+Green+Blue) = 194+181+112=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B570 is #3D4A8F. Grayscale: #B1B1B1. Windows color (decimal): -4016784 or 7386562. OLE color: 7386562.

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

Color convert

RGB 194 181 112 -
CMYK 0 0.07 0.42 0.24
HSL 50.49º 0.4% 0.6% -
HSV(B) 50.49º 0.42% 0.76% -
XYZ 41.7 45.69 21.95 -
YUV 177.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 194 181 112 0 0.07 0.42 0.24 50.49 0.4 0.6
Hex C2 B5 70 0 7 2A 18 32 28 3C
Octal 302 265 160 0 7 52 30 62 50 74
Binary 11000010 10110101 1110000 0 111 101010 11000 110010 101000 111100

Color Harmonies of #C2B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B570

Black with #C2B570

Text Example


Text Example

White with #C2B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B570; }

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

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

background-color css

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

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

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

border-color css

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

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

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