Html Css Color HEX #C4B58D Yuma

📋 copy color: '#C4B58D'

red 196 ◦ green 181 ◦ blue 141

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

Shades of Yuma #C4B58D

Tints of Yuma #C4B58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.94%

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 37.84%
G = 34.94%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4B58D (or 0xC4B58D) is known color: Yuma. HEX triplet: C4, B5 and 8D. RGB value is (196,181,141). Sum of RGB (Red+Green+Blue) = 196+181+141=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B58D is #3B4A72. Grayscale: #B5B5B5. Windows color (decimal): -3885683 or 9287108. OLE color: 9287108.

HSL color Cylindrical-coordinate representation of color #C4B58D: hue angle of 43.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B58D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 141 -
CMYK 0 0.08 0.28 0.23
HSL 43.64º 0.32% 0.66% -
HSV(B) 43.64º 0.28% 0.77% -
XYZ 44.1 46.71 31.89 -
YUV 180.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 196 181 141 0 0.08 0.28 0.23 43.64 0.32 0.66
Hex C4 B5 8D 0 8 1C 17 2C 20 42
Octal 304 265 215 0 10 34 27 54 40 102
Binary 11000100 10110101 10001101 0 1000 11100 10111 101100 100000 1000010

Color Harmonies of #C4B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B58D

Black with #C4B58D

Text Example


Text Example

White with #C4B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B58D; }

 p { color: rgb(196,181,141); }

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

background-color css

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

 a { background-color: rgb(196,181,141); }

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

border-color css

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

 span { border-color: rgb(196,181,141); }

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