Html Css Color HEX #C2B171 Dark Khaki

📋 copy color: '#C2B171'

red 194 ◦ green 177 ◦ blue 113

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

Shades of Dark Khaki #C2B171

Tints of Dark Khaki #C2B171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 40.08%
G = 36.57%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2B171 (or 0xC2B171) is known color: Dark Khaki. HEX triplet: C2, B1 and 71. RGB value is (194,177,113). Sum of RGB (Red+Green+Blue) = 194+177+113=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B171 is #3D4E8E. Grayscale: #AFAFAF. Windows color (decimal): -4017807 or 7451074. OLE color: 7451074.

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

Color convert

RGB 194 177 113 -
CMYK 0 0.09 0.42 0.24
HSL 47.41º 0.4% 0.6% -
HSV(B) 47.41º 0.42% 0.76% -
XYZ 40.95 44.11 21.98 -
YUV 174.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 194 177 113 0 0.09 0.42 0.24 47.41 0.4 0.6
Hex C2 B1 71 0 9 2A 18 2F 28 3C
Octal 302 261 161 0 11 52 30 57 50 74
Binary 11000010 10110001 1110001 0 1001 101010 11000 101111 101000 111100

Color Harmonies of #C2B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B171

Black with #C2B171

Text Example


Text Example

White with #C2B171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B171; }

 p { color: rgb(194,177,113); }

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

background-color css

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

 a { background-color: rgb(194,177,113); }

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

border-color css

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

 span { border-color: rgb(194,177,113); }

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