Html Css Color HEX #C2B771 Dark Khaki

📋 copy color: '#C2B771'

red 194 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #C2B771

Tints of Dark Khaki #C2B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.35%

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

R = 39.59%
G = 37.35%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2B771 (or 0xC2B771) is known color: Dark Khaki. HEX triplet: C2, B7 and 71. RGB value is (194,183,113). Sum of RGB (Red+Green+Blue) = 194+183+113=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B771 is #3D488E. Grayscale: #B2B2B2. Windows color (decimal): -4016271 or 7452610. OLE color: 7452610.

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

Color convert

RGB 194 183 113 -
CMYK 0 0.06 0.42 0.24
HSL 51.85º 0.4% 0.6% -
HSV(B) 51.85º 0.42% 0.76% -
XYZ 42.16 46.53 22.38 -
YUV 178.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 194 183 113 0 0.06 0.42 0.24 51.85 0.4 0.6
Hex C2 B7 71 0 6 2A 18 34 28 3C
Octal 302 267 161 0 6 52 30 64 50 74
Binary 11000010 10110111 1110001 0 110 101010 11000 110100 101000 111100

Color Harmonies of #C2B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B771

Black with #C2B771

Text Example


Text Example

White with #C2B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B771; }

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

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

background-color css

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

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

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

border-color css

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

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

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