Html Css Color HEX #C5BE7E Yuma

📋 copy color: '#C5BE7E'

red 197 ◦ green 190 ◦ blue 126

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

Shades of Yuma #C5BE7E

Tints of Yuma #C5BE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 38.4%
G = 37.04%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5BE7E (or 0xC5BE7E) is known color: Yuma. HEX triplet: C5, BE and 7E. RGB value is (197,190,126). Sum of RGB (Red+Green+Blue) = 197+190+126=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE7E is #3A4181. Grayscale: #B9B9B9. Windows color (decimal): -3817858 or 8306373. OLE color: 8306373.

HSL color Cylindrical-coordinate representation of color #C5BE7E: hue angle of 54.08º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5BE7E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 126 -
CMYK 0 0.04 0.36 0.23
HSL 54.08º 0.38% 0.63% -
HSV(B) 54.08º 0.36% 0.77% -
XYZ 45.21 50.2 27.05 -
YUV 184.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 197 190 126 0 0.04 0.36 0.23 54.08 0.38 0.63
Hex C5 BE 7E 0 4 24 17 36 26 3F
Octal 305 276 176 0 4 44 27 66 46 77
Binary 11000101 10111110 1111110 0 100 100100 10111 110110 100110 111111

Color Harmonies of #C5BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE7E

Black with #C5BE7E

Text Example


Text Example

White with #C5BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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