Html Css Color HEX #C5B77D Yuma

📋 copy color: '#C5B77D'

red 197 ◦ green 183 ◦ blue 125

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

Shades of Yuma #C5B77D

Tints of Yuma #C5B77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 39.01%
G = 36.24%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5B77D (or 0xC5B77D) is known color: Yuma. HEX triplet: C5, B7 and 7D. RGB value is (197,183,125). Sum of RGB (Red+Green+Blue) = 197+183+125=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B77D is #3A4882. Grayscale: #B4B4B4. Windows color (decimal): -3819651 or 8239045. OLE color: 8239045.

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

Color convert

RGB 197 183 125 -
CMYK 0 0.07 0.37 0.23
HSL 48.33º 0.38% 0.63% -
HSV(B) 48.33º 0.37% 0.77% -
XYZ 43.66 47.22 26.21 -
YUV 180.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 197 183 125 0 0.07 0.37 0.23 48.33 0.38 0.63
Hex C5 B7 7D 0 7 25 17 30 26 3F
Octal 305 267 175 0 7 45 27 60 46 77
Binary 11000101 10110111 1111101 0 111 100101 10111 110000 100110 111111

Color Harmonies of #C5B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B77D

Black with #C5B77D

Text Example


Text Example

White with #C5B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B77D; }

 p { color: rgb(197,183,125); }

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

background-color css

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

 a { background-color: rgb(197,183,125); }

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

border-color css

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

 span { border-color: rgb(197,183,125); }

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