Html Css Color HEX #C5BF7F Yuma

📋 copy color: '#C5BF7F'

red 197 ◦ green 191 ◦ blue 127

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

Shades of Yuma #C5BF7F

Tints of Yuma #C5BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.66%

R = 38.25%
G = 37.09%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5BF7F (or 0xC5BF7F) is known color: Yuma. HEX triplet: C5, BF and 7F. RGB value is (197,191,127). Sum of RGB (Red+Green+Blue) = 197+191+127=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF7F is #3A4080. Grayscale: #B9B9B9. Windows color (decimal): -3817601 or 8372165. OLE color: 8372165.

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

Color convert

RGB 197 191 127 -
CMYK 0 0.03 0.36 0.23
HSL 54.86º 0.38% 0.64% -
HSV(B) 54.86º 0.36% 0.77% -
XYZ 45.49 50.66 27.46 -
YUV 185.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 197 191 127 0 0.03 0.36 0.23 54.86 0.38 0.64
Hex C5 BF 7F 0 3 24 17 37 26 40
Octal 305 277 177 0 3 44 27 67 46 100
Binary 11000101 10111111 1111111 0 11 100100 10111 110111 100110 1000000

Color Harmonies of #C5BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF7F

Black with #C5BF7F

Text Example


Text Example

White with #C5BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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