Html Css Color HEX #C2BD72 Dark Khaki

📋 copy color: '#C2BD72'

red 194 ◦ green 189 ◦ blue 114

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

Shades of Dark Khaki #C2BD72

Tints of Dark Khaki #C2BD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 39.03%
G = 38.03%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2BD72 (or 0xC2BD72) is known color: Dark Khaki. HEX triplet: C2, BD and 72. RGB value is (194,189,114). Sum of RGB (Red+Green+Blue) = 194+189+114=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD72 is #3D428D. Grayscale: #B6B6B6. Windows color (decimal): -4014734 or 7519682. OLE color: 7519682.

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

Color convert

RGB 194 189 114 -
CMYK 0 0.03 0.41 0.24
HSL 56.25º 0.4% 0.6% -
HSV(B) 56.25º 0.41% 0.76% -
XYZ 43.48 49.08 23.1 -
YUV 181.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 194 189 114 0 0.03 0.41 0.24 56.25 0.4 0.6
Hex C2 BD 72 0 3 29 18 38 28 3C
Octal 302 275 162 0 3 51 30 70 50 74
Binary 11000010 10111101 1110010 0 11 101001 11000 111000 101000 111100

Color Harmonies of #C2BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD72

Black with #C2BD72

Text Example


Text Example

White with #C2BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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