Html Css Color HEX #C2B372 Dark Khaki

📋 copy color: '#C2B372'

red 194 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #C2B372

Tints of Dark Khaki #C2B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 39.84%
G = 36.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2B372 (or 0xC2B372) is known color: Dark Khaki. HEX triplet: C2, B3 and 72. RGB value is (194,179,114). Sum of RGB (Red+Green+Blue) = 194+179+114=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B372 is #3D4C8D. Grayscale: #B0B0B0. Windows color (decimal): -4017294 or 7517122. OLE color: 7517122.

HSL color Cylindrical-coordinate representation of color #C2B372: hue angle of 48.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B372 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 114 -
CMYK 0 0.08 0.41 0.24
HSL 48.75º 0.4% 0.6% -
HSV(B) 48.75º 0.41% 0.76% -
XYZ 41.41 44.92 22.41 -
YUV 176.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 194 179 114 0 0.08 0.41 0.24 48.75 0.4 0.6
Hex C2 B3 72 0 8 29 18 31 28 3C
Octal 302 263 162 0 10 51 30 61 50 74
Binary 11000010 10110011 1110010 0 1000 101001 11000 110001 101000 111100

Color Harmonies of #C2B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B372

Black with #C2B372

Text Example


Text Example

White with #C2B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B372; }

 p { color: rgb(194,179,114); }

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

background-color css

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

 a { background-color: rgb(194,179,114); }

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

border-color css

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

 span { border-color: rgb(194,179,114); }

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