Html Css Color HEX #C0BC62 Dark Khaki

📋 copy color: '#C0BC62'

red 192 ◦ green 188 ◦ blue 98

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

Shades of Dark Khaki #C0BC62

Tints of Dark Khaki #C0BC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 40.17%
G = 39.33%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BC62 (or 0xC0BC62) is known color: Dark Khaki. HEX triplet: C0, BC and 62. RGB value is (192,188,98). Sum of RGB (Red+Green+Blue) = 192+188+98=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC62 is #3F439D. Grayscale: #B3B3B3. Windows color (decimal): -4146078 or 6470848. OLE color: 6470848.

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

Color convert

RGB 192 188 98 -
CMYK 0 0.02 0.49 0.25
HSL 57.45º 0.43% 0.57% -
HSV(B) 57.45º 0.49% 0.75% -
XYZ 41.93 48.05 18.62 -
YUV 178.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 192 188 98 0 0.02 0.49 0.25 57.45 0.43 0.57
Hex C0 BC 62 0 2 31 19 39 2B 39
Octal 300 274 142 0 2 61 31 71 53 71
Binary 11000000 10111100 1100010 0 10 110001 11001 111001 101011 111001

Color Harmonies of #C0BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC62

Black with #C0BC62

Text Example


Text Example

White with #C0BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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