Html Css Color HEX #C0BC72 Dark Khaki

📋 copy color: '#C0BC72'

red 192 ◦ green 188 ◦ blue 114

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

Shades of Dark Khaki #C0BC72

Tints of Dark Khaki #C0BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 38.87%
G = 38.06%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0BC72 (or 0xC0BC72) is known color: Dark Khaki. HEX triplet: C0, BC and 72. RGB value is (192,188,114). Sum of RGB (Red+Green+Blue) = 192+188+114=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC72 is #3F438D. Grayscale: #B5B5B5. Windows color (decimal): -4146062 or 7519424. OLE color: 7519424.

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

Color convert

RGB 192 188 114 -
CMYK 0 0.02 0.41 0.25
HSL 56.92º 0.38% 0.6% -
HSV(B) 56.92º 0.41% 0.75% -
XYZ 42.76 48.39 23.01 -
YUV 180.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 192 188 114 0 0.02 0.41 0.25 56.92 0.38 0.6
Hex C0 BC 72 0 2 29 19 39 26 3C
Octal 300 274 162 0 2 51 31 71 46 74
Binary 11000000 10111100 1110010 0 10 101001 11001 111001 100110 111100

Color Harmonies of #C0BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC72

Black with #C0BC72

Text Example


Text Example

White with #C0BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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