Html Css Color HEX #C2BB72 Dark Khaki

📋 copy color: '#C2BB72'

red 194 ◦ green 187 ◦ blue 114

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

Shades of Dark Khaki #C2BB72

Tints of Dark Khaki #C2BB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.78%

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

R = 39.19%
G = 37.78%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2BB72 (or 0xC2BB72) is known color: Dark Khaki. HEX triplet: C2, BB and 72. RGB value is (194,187,114). Sum of RGB (Red+Green+Blue) = 194+187+114=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB72 is #3D448D. Grayscale: #B5B5B5. Windows color (decimal): -4015246 or 7519170. OLE color: 7519170.

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

Color convert

RGB 194 187 114 -
CMYK 0 0.04 0.41 0.24
HSL 54.75º 0.4% 0.6% -
HSV(B) 54.75º 0.41% 0.76% -
XYZ 43.06 48.22 22.96 -
YUV 180.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 194 187 114 0 0.04 0.41 0.24 54.75 0.4 0.6
Hex C2 BB 72 0 4 29 18 37 28 3C
Octal 302 273 162 0 4 51 30 67 50 74
Binary 11000010 10111011 1110010 0 100 101001 11000 110111 101000 111100

Color Harmonies of #C2BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB72

Black with #C2BB72

Text Example


Text Example

White with #C2BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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