Html Css Color HEX #C5BE8A Yuma

📋 copy color: '#C5BE8A'

red 197 ◦ green 190 ◦ blue 138

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

Shades of Yuma #C5BE8A

Tints of Yuma #C5BE8A

RGB

 RED value IS 197 (77.34% from 255) = 37.52%

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

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 37.52%
G = 36.19%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5BE8A (or 0xC5BE8A) is known color: Yuma. HEX triplet: C5, BE and 8A. RGB value is (197,190,138). Sum of RGB (Red+Green+Blue) = 197+190+138=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE8A is #3A4175. Grayscale: #BABABA. Windows color (decimal): -3817846 or 9092805. OLE color: 9092805.

HSL color Cylindrical-coordinate representation of color #C5BE8A: hue angle of 52.88º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5BE8A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 138 -
CMYK 0 0.04 0.30 0.23
HSL 52.88º 0.34% 0.66% -
HSV(B) 52.88º 0.3% 0.77% -
XYZ 46.03 50.53 31.37 -
YUV 186.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 197 190 138 0 0.04 0.30 0.23 52.88 0.34 0.66
Hex C5 BE 8A 0 4 1E 17 35 22 42
Octal 305 276 212 0 4 36 27 65 42 102
Binary 11000101 10111110 10001010 0 100 11110 10111 110101 100010 1000010

Color Harmonies of #C5BE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE8A

Black with #C5BE8A

Text Example


Text Example

White with #C5BE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE8A; }

 p { color: rgb(197,190,138); }

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

background-color css

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

 a { background-color: rgb(197,190,138); }

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

border-color css

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

 span { border-color: rgb(197,190,138); }

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