Html Css Color HEX #C0B972 Dark Khaki

📋 copy color: '#C0B972'

red 192 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #C0B972

Tints of Dark Khaki #C0B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

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

R = 39.1%
G = 37.68%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B972 (or 0xC0B972) is known color: Dark Khaki. HEX triplet: C0, B9 and 72. RGB value is (192,185,114). Sum of RGB (Red+Green+Blue) = 192+185+114=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B972 is #3F468D. Grayscale: #B3B3B3. Windows color (decimal): -4146830 or 7518656. OLE color: 7518656.

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

Color convert

RGB 192 185 114 -
CMYK 0 0.04 0.41 0.25
HSL 54.62º 0.38% 0.6% -
HSV(B) 54.62º 0.41% 0.75% -
XYZ 42.12 47.12 22.79 -
YUV 179 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 192 185 114 0 0.04 0.41 0.25 54.62 0.38 0.6
Hex C0 B9 72 0 4 29 19 37 26 3C
Octal 300 271 162 0 4 51 31 67 46 74
Binary 11000000 10111001 1110010 0 100 101001 11001 110111 100110 111100

Color Harmonies of #C0B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B972

Black with #C0B972

Text Example


Text Example

White with #C0B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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