Html Css Color HEX #C0BE6E Dark Khaki

📋 copy color: '#C0BE6E'

red 192 ◦ green 190 ◦ blue 110

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

Shades of Dark Khaki #C0BE6E

Tints of Dark Khaki #C0BE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 39.02%
G = 38.62%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0BE6E (or 0xC0BE6E) is known color: Dark Khaki. HEX triplet: C0, BE and 6E. RGB value is (192,190,110). Sum of RGB (Red+Green+Blue) = 192+190+110=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE6E is #3F4191. Grayscale: #B5B5B5. Windows color (decimal): -4145554 or 7257792. OLE color: 7257792.

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

Color convert

RGB 192 190 110 -
CMYK 0 0.01 0.43 0.25
HSL 58.54º 0.39% 0.59% -
HSV(B) 58.54º 0.43% 0.75% -
XYZ 42.97 49.16 21.98 -
YUV 181.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 192 190 110 0 0.01 0.43 0.25 58.54 0.39 0.59
Hex C0 BE 6E 0 1 2B 19 3B 27 3B
Octal 300 276 156 0 1 53 31 73 47 73
Binary 11000000 10111110 1101110 0 1 101011 11001 111011 100111 111011

Color Harmonies of #C0BE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE6E

Black with #C0BE6E

Text Example


Text Example

White with #C0BE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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