Html Css Color HEX #C0BC5F Dark Khaki

📋 copy color: '#C0BC5F'

red 192 ◦ green 188 ◦ blue 95

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

Shades of Dark Khaki #C0BC5F

Tints of Dark Khaki #C0BC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 40.42%
G = 39.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0BC5F (or 0xC0BC5F) is known color: Dark Khaki. HEX triplet: C0, BC and 5F. RGB value is (192,188,95). Sum of RGB (Red+Green+Blue) = 192+188+95=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC5F is #3F43A0. Grayscale: #B2B2B2. Windows color (decimal): -4146081 or 6274240. OLE color: 6274240.

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

Color convert

RGB 192 188 95 -
CMYK 0 0.02 0.51 0.25
HSL 57.53º 0.43% 0.56% -
HSV(B) 57.53º 0.51% 0.75% -
XYZ 41.79 48 17.89 -
YUV 178.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 192 188 95 0 0.02 0.51 0.25 57.53 0.43 0.56
Hex C0 BC 5F 0 2 33 19 3A 2B 38
Octal 300 274 137 0 2 63 31 72 53 70
Binary 11000000 10111100 1011111 0 10 110011 11001 111010 101011 111000

Color Harmonies of #C0BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC5F

Black with #C0BC5F

Text Example


Text Example

White with #C0BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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