Html Css Color HEX #C0BC73 Dark Khaki

📋 copy color: '#C0BC73'

red 192 ◦ green 188 ◦ blue 115

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

Shades of Dark Khaki #C0BC73

Tints of Dark Khaki #C0BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 38.79%
G = 37.98%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0BC73 (or 0xC0BC73) is known color: Dark Khaki. HEX triplet: C0, BC and 73. RGB value is (192,188,115). Sum of RGB (Red+Green+Blue) = 192+188+115=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC73 is #3F438C. Grayscale: #B5B5B5. Windows color (decimal): -4146061 or 7584960. OLE color: 7584960.

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

Color convert

RGB 192 188 115 -
CMYK 0 0.02 0.40 0.25
HSL 56.88º 0.38% 0.6% -
HSV(B) 56.88º 0.4% 0.75% -
XYZ 42.82 48.41 23.31 -
YUV 180.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 192 188 115 0 0.02 0.40 0.25 56.88 0.38 0.6
Hex C0 BC 73 0 2 28 19 39 26 3C
Octal 300 274 163 0 2 50 31 71 46 74
Binary 11000000 10111100 1110011 0 10 101000 11001 111001 100110 111100

Color Harmonies of #C0BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC73

Black with #C0BC73

Text Example


Text Example

White with #C0BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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