Html Css Color HEX #C7BE8E Yuma

📋 copy color: '#C7BE8E'

red 199 ◦ green 190 ◦ blue 142

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

Shades of Yuma #C7BE8E

Tints of Yuma #C7BE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 37.48%
G = 35.78%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7BE8E (or 0xC7BE8E) is known color: Yuma. HEX triplet: C7, BE and 8E. RGB value is (199,190,142). Sum of RGB (Red+Green+Blue) = 199+190+142=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BE8E is #384171. Grayscale: #BBBBBB. Windows color (decimal): -3686770 or 9354951. OLE color: 9354951.

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

Color convert

RGB 199 190 142 -
CMYK 0 0.05 0.29 0.22
HSL 50.53º 0.34% 0.67% -
HSV(B) 50.53º 0.29% 0.78% -
XYZ 46.85 50.92 32.95 -
YUV 187.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 199 190 142 0 0.05 0.29 0.22 50.53 0.34 0.67
Hex C7 BE 8E 0 5 1D 16 33 22 43
Octal 307 276 216 0 5 35 26 63 42 103
Binary 11000111 10111110 10001110 0 101 11101 10110 110011 100010 1000011

Color Harmonies of #C7BE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE8E

Black with #C7BE8E

Text Example


Text Example

White with #C7BE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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