Html Css Color HEX #C2B574 Dark Khaki

📋 copy color: '#C2B574'

red 194 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #C2B574

Tints of Dark Khaki #C2B574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 39.51%
G = 36.86%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2B574 (or 0xC2B574) is known color: Dark Khaki. HEX triplet: C2, B5 and 74. RGB value is (194,181,116). Sum of RGB (Red+Green+Blue) = 194+181+116=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B574 is #3D4A8B. Grayscale: #B1B1B1. Windows color (decimal): -4016780 or 7648706. OLE color: 7648706.

HSL color Cylindrical-coordinate representation of color #C2B574: hue angle of 50º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2B574 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 116 -
CMYK 0 0.07 0.40 0.24
HSL 50º 0.39% 0.61% -
HSV(B) 50º 0.4% 0.76% -
XYZ 41.92 45.78 23.15 -
YUV 177.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 194 181 116 0 0.07 0.40 0.24 50 0.39 0.61
Hex C2 B5 74 0 7 28 18 32 27 3D
Octal 302 265 164 0 7 50 30 62 47 75
Binary 11000010 10110101 1110100 0 111 101000 11000 110010 100111 111101

Color Harmonies of #C2B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B574

Black with #C2B574

Text Example


Text Example

White with #C2B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B574; }

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

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

background-color css

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

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

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

border-color css

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

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

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