Html Css Color HEX #C0BE6C Dark Khaki

📋 copy color: '#C0BE6C'

red 192 ◦ green 190 ◦ blue 108

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

Shades of Dark Khaki #C0BE6C

Tints of Dark Khaki #C0BE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 39.18%
G = 38.78%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0BE6C (or 0xC0BE6C) is known color: Dark Khaki. HEX triplet: C0, BE and 6C. RGB value is (192,190,108). Sum of RGB (Red+Green+Blue) = 192+190+108=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE6C is #3F4193. Grayscale: #B5B5B5. Windows color (decimal): -4145556 or 7126720. OLE color: 7126720.

HSL color Cylindrical-coordinate representation of color #C0BE6C: hue angle of 58.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BE6C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 108 -
CMYK 0 0.01 0.44 0.25
HSL 58.57º 0.4% 0.59% -
HSV(B) 58.57º 0.44% 0.75% -
XYZ 42.86 49.12 21.41 -
YUV 181.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 192 190 108 0 0.01 0.44 0.25 58.57 0.4 0.59
Hex C0 BE 6C 0 1 2C 19 3B 28 3B
Octal 300 276 154 0 1 54 31 73 50 73
Binary 11000000 10111110 1101100 0 1 101100 11001 111011 101000 111011

Color Harmonies of #C0BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE6C

Black with #C0BE6C

Text Example


Text Example

White with #C0BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE6C; }

 p { color: rgb(192,190,108); }

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

background-color css

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

 a { background-color: rgb(192,190,108); }

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

border-color css

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

 span { border-color: rgb(192,190,108); }

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