Html Css Color HEX #C5BF87 Yuma

📋 copy color: '#C5BF87'

red 197 ◦ green 191 ◦ blue 135

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

Shades of Yuma #C5BF87

Tints of Yuma #C5BF87

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

 BLUE value IS 135 (53.13% from 255) = 25.81%

R = 37.67%
G = 36.52%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5BF87 (or 0xC5BF87) is known color: Yuma. HEX triplet: C5, BF and 87. RGB value is (197,191,135). Sum of RGB (Red+Green+Blue) = 197+191+135=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF87 is #3A4078. Grayscale: #BABABA. Windows color (decimal): -3817593 or 8896453. OLE color: 8896453.

HSL color Cylindrical-coordinate representation of color #C5BF87: hue angle of 54.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5BF87 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 135 -
CMYK 0 0.03 0.31 0.23
HSL 54.19º 0.35% 0.65% -
HSV(B) 54.19º 0.31% 0.77% -
XYZ 46.03 50.88 30.32 -
YUV 186.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 197 191 135 0 0.03 0.31 0.23 54.19 0.35 0.65
Hex C5 BF 87 0 3 1F 17 36 23 41
Octal 305 277 207 0 3 37 27 66 43 101
Binary 11000101 10111111 10000111 0 11 11111 10111 110110 100011 1000001

Color Harmonies of #C5BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF87

Black with #C5BF87

Text Example


Text Example

White with #C5BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF87; }

 p { color: rgb(197,191,135); }

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

background-color css

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

 a { background-color: rgb(197,191,135); }

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

border-color css

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

 span { border-color: rgb(197,191,135); }

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