Html Css Color HEX #C7BE8F Yuma

📋 copy color: '#C7BE8F'

red 199 ◦ green 190 ◦ blue 143

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

Shades of Yuma #C7BE8F

Tints of Yuma #C7BE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 37.41%
G = 35.71%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7BE8F (or 0xC7BE8F) is known color: Yuma. HEX triplet: C7, BE and 8F. RGB value is (199,190,143). Sum of RGB (Red+Green+Blue) = 199+190+143=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BE8F is #384170. Grayscale: #BBBBBB. Windows color (decimal): -3686769 or 9420487. OLE color: 9420487.

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

Color convert

RGB 199 190 143 -
CMYK 0 0.05 0.28 0.22
HSL 50.36º 0.33% 0.67% -
HSV(B) 50.36º 0.28% 0.78% -
XYZ 46.92 50.95 33.35 -
YUV 187.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 199 190 143 0 0.05 0.28 0.22 50.36 0.33 0.67
Hex C7 BE 8F 0 5 1C 16 32 21 43
Octal 307 276 217 0 5 34 26 62 41 103
Binary 11000111 10111110 10001111 0 101 11100 10110 110010 100001 1000011

Color Harmonies of #C7BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE8F

Black with #C7BE8F

Text Example


Text Example

White with #C7BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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