Html Css Color HEX #C0B772 Dark Khaki

📋 copy color: '#C0B772'

red 192 ◦ green 183 ◦ blue 114

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

Shades of Dark Khaki #C0B772

Tints of Dark Khaki #C0B772

RGB

 RED value IS 192 (75.39% from 255) = 39.26%

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

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

R = 39.26%
G = 37.42%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B772 (or 0xC0B772) is known color: Dark Khaki. HEX triplet: C0, B7 and 72. RGB value is (192,183,114). Sum of RGB (Red+Green+Blue) = 192+183+114=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B772 is #3F488D. Grayscale: #B2B2B2. Windows color (decimal): -4147342 or 7518144. OLE color: 7518144.

HSL color Cylindrical-coordinate representation of color #C0B772: hue angle of 53.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0B772 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 114 -
CMYK 0 0.05 0.41 0.25
HSL 53.08º 0.38% 0.6% -
HSV(B) 53.08º 0.41% 0.75% -
XYZ 41.71 46.29 22.66 -
YUV 177.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 192 183 114 0 0.05 0.41 0.25 53.08 0.38 0.6
Hex C0 B7 72 0 5 29 19 35 26 3C
Octal 300 267 162 0 5 51 31 65 46 74
Binary 11000000 10110111 1110010 0 101 101001 11001 110101 100110 111100

Color Harmonies of #C0B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B772

Black with #C0B772

Text Example


Text Example

White with #C0B772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B772; }

 p { color: rgb(192,183,114); }

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

background-color css

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

 a { background-color: rgb(192,183,114); }

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

border-color css

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

 span { border-color: rgb(192,183,114); }

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