Html Css Color HEX #C2B270 Dark Khaki

📋 copy color: '#C2B270'

red 194 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #C2B270

Tints of Dark Khaki #C2B270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

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

R = 40.08%
G = 36.78%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2B270 (or 0xC2B270) is known color: Dark Khaki. HEX triplet: C2, B2 and 70. RGB value is (194,178,112). Sum of RGB (Red+Green+Blue) = 194+178+112=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B270 is #3D4D8F. Grayscale: #AFAFAF. Windows color (decimal): -4017552 or 7385794. OLE color: 7385794.

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

Color convert

RGB 194 178 112 -
CMYK 0 0.08 0.42 0.24
HSL 48.29º 0.4% 0.6% -
HSV(B) 48.29º 0.42% 0.76% -
XYZ 41.09 44.48 21.75 -
YUV 175.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 194 178 112 0 0.08 0.42 0.24 48.29 0.4 0.6
Hex C2 B2 70 0 8 2A 18 30 28 3C
Octal 302 262 160 0 10 52 30 60 50 74
Binary 11000010 10110010 1110000 0 1000 101010 11000 110000 101000 111100

Color Harmonies of #C2B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B270

Black with #C2B270

Text Example


Text Example

White with #C2B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B270; }

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

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

background-color css

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

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

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

border-color css

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

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

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