Html Css Color HEX #C7BE73 Dark Khaki

📋 copy color: '#C7BE73'

red 199 ◦ green 190 ◦ blue 115

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

Shades of Dark Khaki #C7BE73

Tints of Dark Khaki #C7BE73

RGB

 RED value IS 199 (78.13% from 255) = 39.48%

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

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

R = 39.48%
G = 37.7%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7BE73 (or 0xC7BE73) is known color: Dark Khaki. HEX triplet: C7, BE and 73. RGB value is (199,190,115). Sum of RGB (Red+Green+Blue) = 199+190+115=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE73 is #38418C. Grayscale: #B8B8B8. Windows color (decimal): -3686797 or 7585479. OLE color: 7585479.

HSL color Cylindrical-coordinate representation of color #C7BE73: hue angle of 53.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7BE73 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 115 -
CMYK 0 0.05 0.42 0.22
HSL 53.57º 0.43% 0.62% -
HSV(B) 53.57º 0.42% 0.78% -
XYZ 45.06 50.21 23.54 -
YUV 184.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 199 190 115 0 0.05 0.42 0.22 53.57 0.43 0.62
Hex C7 BE 73 0 5 2A 16 36 2B 3E
Octal 307 276 163 0 5 52 26 66 53 76
Binary 11000111 10111110 1110011 0 101 101010 10110 110110 101011 111110

Color Harmonies of #C7BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE73

Black with #C7BE73

Text Example


Text Example

White with #C7BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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