Html Css Color HEX #C0BC60 Dark Khaki

📋 copy color: '#C0BC60'

red 192 ◦ green 188 ◦ blue 96

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

Shades of Dark Khaki #C0BC60

Tints of Dark Khaki #C0BC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 40.34%
G = 39.5%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0BC60 (or 0xC0BC60) is known color: Dark Khaki. HEX triplet: C0, BC and 60. RGB value is (192,188,96). Sum of RGB (Red+Green+Blue) = 192+188+96=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC60 is #3F439F. Grayscale: #B3B3B3. Windows color (decimal): -4146080 or 6339776. OLE color: 6339776.

HSL color Cylindrical-coordinate representation of color #C0BC60: hue angle of 57.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0BC60 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 96 -
CMYK 0 0.02 0.50 0.25
HSL 57.5º 0.43% 0.56% -
HSV(B) 57.5º 0.5% 0.75% -
XYZ 41.83 48.02 18.13 -
YUV 178.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 192 188 96 0 0.02 0.50 0.25 57.5 0.43 0.56
Hex C0 BC 60 0 2 32 19 3A 2B 38
Octal 300 274 140 0 2 62 31 72 53 70
Binary 11000000 10111100 1100000 0 10 110010 11001 111010 101011 111000

Color Harmonies of #C0BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC60

Black with #C0BC60

Text Example


Text Example

White with #C0BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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