Html Css Color HEX #C0BB63 Dark Khaki

📋 copy color: '#C0BB63'

red 192 ◦ green 187 ◦ blue 99

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

Shades of Dark Khaki #C0BB63

Tints of Dark Khaki #C0BB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 40.17%
G = 39.12%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BB63 (or 0xC0BB63) is known color: Dark Khaki. HEX triplet: C0, BB and 63. RGB value is (192,187,99). Sum of RGB (Red+Green+Blue) = 192+187+99=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB63 is #3F449C. Grayscale: #B2B2B2. Windows color (decimal): -4146333 or 6536128. OLE color: 6536128.

HSL color Cylindrical-coordinate representation of color #C0BB63: hue angle of 56.77º 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 #C0BB63 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 99 -
CMYK 0 0.03 0.48 0.25
HSL 56.77º 0.42% 0.57% -
HSV(B) 56.77º 0.48% 0.75% -
XYZ 41.76 47.65 18.8 -
YUV 178.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 192 187 99 0 0.03 0.48 0.25 56.77 0.42 0.57
Hex C0 BB 63 0 3 30 19 39 2A 39
Octal 300 273 143 0 3 60 31 71 52 71
Binary 11000000 10111011 1100011 0 11 110000 11001 111001 101010 111001

Color Harmonies of #C0BB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB63

Black with #C0BB63

Text Example


Text Example

White with #C0BB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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