Html Css Color HEX #C7BE74 Dark Khaki

📋 copy color: '#C7BE74'

red 199 ◦ green 190 ◦ blue 116

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

Shades of Dark Khaki #C7BE74

Tints of Dark Khaki #C7BE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 39.41%
G = 37.62%
B = 22.97%

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

#C7BE74 (or 0xC7BE74) is known color: Dark Khaki. HEX triplet: C7, BE and 74. RGB value is (199,190,116). Sum of RGB (Red+Green+Blue) = 199+190+116=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE74 is #38418B. Grayscale: #B8B8B8. Windows color (decimal): -3686796 or 7651015. OLE color: 7651015.

HSL color Cylindrical-coordinate representation of color #C7BE74: hue angle of 53.49º 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 #C7BE74 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 116 -
CMYK 0 0.05 0.42 0.22
HSL 53.49º 0.43% 0.62% -
HSV(B) 53.49º 0.42% 0.78% -
XYZ 45.12 50.23 23.84 -
YUV 184.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 199 190 116 0 0.05 0.42 0.22 53.49 0.43 0.62
Hex C7 BE 74 0 5 2A 16 35 2B 3E
Octal 307 276 164 0 5 52 26 65 53 76
Binary 11000111 10111110 1110100 0 101 101010 10110 110101 101011 111110

Color Harmonies of #C7BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE74

Black with #C7BE74

Text Example


Text Example

White with #C7BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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