Html Css Color HEX #C0BC63 Dark Khaki

📋 copy color: '#C0BC63'

red 192 ◦ green 188 ◦ blue 99

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

Shades of Dark Khaki #C0BC63

Tints of Dark Khaki #C0BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 40.08%
G = 39.25%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BC63 (or 0xC0BC63) is known color: Dark Khaki. HEX triplet: C0, BC and 63. RGB value is (192,188,99). Sum of RGB (Red+Green+Blue) = 192+188+99=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC63 is #3F439C. Grayscale: #B3B3B3. Windows color (decimal): -4146077 or 6536384. OLE color: 6536384.

HSL color Cylindrical-coordinate representation of color #C0BC63: hue angle of 57.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0BC63 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 99 -
CMYK 0 0.02 0.48 0.25
HSL 57.42º 0.42% 0.57% -
HSV(B) 57.42º 0.48% 0.75% -
XYZ 41.97 48.07 18.87 -
YUV 179.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 192 188 99 0 0.02 0.48 0.25 57.42 0.42 0.57
Hex C0 BC 63 0 2 30 19 39 2A 39
Octal 300 274 143 0 2 60 31 71 52 71
Binary 11000000 10111100 1100011 0 10 110000 11001 111001 101010 111001

Color Harmonies of #C0BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC63

Black with #C0BC63

Text Example


Text Example

White with #C0BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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