Html Css Color HEX #C9B58A Yuma

📋 copy color: '#C9B58A'

red 201 ◦ green 181 ◦ blue 138

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

Shades of Yuma #C9B58A

Tints of Yuma #C9B58A

RGB

 RED value IS 201 (78.91% from 255) = 38.65%

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 38.65%
G = 34.81%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9B58A (or 0xC9B58A) is known color: Yuma. HEX triplet: C9, B5 and 8A. RGB value is (201,181,138). Sum of RGB (Red+Green+Blue) = 201+181+138=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B58A is #364A75. Grayscale: #B6B6B6. Windows color (decimal): -3558006 or 9090505. OLE color: 9090505.

HSL color Cylindrical-coordinate representation of color #C9B58A: hue angle of 40.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B58A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 181 138 -
CMYK 0 0.10 0.31 0.21
HSL 40.95º 0.37% 0.66% -
HSV(B) 40.95º 0.31% 0.79% -
XYZ 45.2 47.3 30.79 -
YUV 182.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 201 181 138 0 0.10 0.31 0.21 40.95 0.37 0.66
Hex C9 B5 8A 0 A 1F 15 29 25 42
Octal 311 265 212 0 12 37 25 51 45 102
Binary 11001001 10110101 10001010 0 1010 11111 10101 101001 100101 1000010

Color Harmonies of #C9B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B58A

Black with #C9B58A

Text Example


Text Example

White with #C9B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B58A; }

 p { color: rgb(201,181,138); }

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

background-color css

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

 a { background-color: rgb(201,181,138); }

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

border-color css

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

 span { border-color: rgb(201,181,138); }

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