Html Css Color HEX #C0BC64 Dark Khaki

📋 copy color: '#C0BC64'

red 192 ◦ green 188 ◦ blue 100

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

Shades of Dark Khaki #C0BC64

Tints of Dark Khaki #C0BC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 40%
G = 39.17%
B = 20.83%

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

#C0BC64 (or 0xC0BC64) is known color: Dark Khaki. HEX triplet: C0, BC and 64. RGB value is (192,188,100). Sum of RGB (Red+Green+Blue) = 192+188+100=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC64 is #3F439B. Grayscale: #B3B3B3. Windows color (decimal): -4146076 or 6601920. OLE color: 6601920.

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

Color convert

RGB 192 188 100 -
CMYK 0 0.02 0.48 0.25
HSL 57.39º 0.42% 0.57% -
HSV(B) 57.39º 0.48% 0.75% -
XYZ 42.02 48.09 19.12 -
YUV 179.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 192 188 100 0 0.02 0.48 0.25 57.39 0.42 0.57
Hex C0 BC 64 0 2 30 19 39 2A 39
Octal 300 274 144 0 2 60 31 71 52 71
Binary 11000000 10111100 1100100 0 10 110000 11001 111001 101010 111001

Color Harmonies of #C0BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC64

Black with #C0BC64

Text Example


Text Example

White with #C0BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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