Html Css Color HEX #C4B977 Yuma

📋 copy color: '#C4B977'

red 196 ◦ green 185 ◦ blue 119

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

Shades of Yuma #C4B977

Tints of Yuma #C4B977

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 119 (46.88% from 255) = 23.8%

R = 39.2%
G = 37%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4B977 (or 0xC4B977) is known color: Yuma. HEX triplet: C4, B9 and 77. RGB value is (196,185,119). Sum of RGB (Red+Green+Blue) = 196+185+119=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B977 is #3B4688. Grayscale: #B5B5B5. Windows color (decimal): -3884681 or 7846340. OLE color: 7846340.

HSL color Cylindrical-coordinate representation of color #C4B977: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4B977 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 119 -
CMYK 0 0.06 0.39 0.23
HSL 51.43º 0.39% 0.62% -
HSV(B) 51.43º 0.39% 0.77% -
XYZ 43.44 47.77 24.38 -
YUV 180.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 196 185 119 0 0.06 0.39 0.23 51.43 0.39 0.62
Hex C4 B9 77 0 6 27 17 33 27 3E
Octal 304 271 167 0 6 47 27 63 47 76
Binary 11000100 10111001 1110111 0 110 100111 10111 110011 100111 111110

Color Harmonies of #C4B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B977

Black with #C4B977

Text Example


Text Example

White with #C4B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B977; }

 p { color: rgb(196,185,119); }

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

background-color css

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

 a { background-color: rgb(196,185,119); }

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

border-color css

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

 span { border-color: rgb(196,185,119); }

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