Html Css Color HEX #C0BE73 Dark Khaki

📋 copy color: '#C0BE73'

red 192 ◦ green 190 ◦ blue 115

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

Shades of Dark Khaki #C0BE73

Tints of Dark Khaki #C0BE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 38.63%
G = 38.23%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0BE73 (or 0xC0BE73) is known color: Dark Khaki. HEX triplet: C0, BE and 73. RGB value is (192,190,115). Sum of RGB (Red+Green+Blue) = 192+190+115=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE73 is #3F418C. Grayscale: #B6B6B6. Windows color (decimal): -4145549 or 7585472. OLE color: 7585472.

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

Color convert

RGB 192 190 115 -
CMYK 0 0.01 0.40 0.25
HSL 58.44º 0.38% 0.6% -
HSV(B) 58.44º 0.4% 0.75% -
XYZ 43.25 49.27 23.45 -
YUV 182.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 192 190 115 0 0.01 0.40 0.25 58.44 0.38 0.6
Hex C0 BE 73 0 1 28 19 3A 26 3C
Octal 300 276 163 0 1 50 31 72 46 74
Binary 11000000 10111110 1110011 0 1 101000 11001 111010 100110 111100

Color Harmonies of #C0BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE73

Black with #C0BE73

Text Example


Text Example

White with #C0BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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