Html Css Color HEX #C9BE86 Yuma

📋 copy color: '#C9BE86'

red 201 ◦ green 190 ◦ blue 134

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

Shades of Yuma #C9BE86

Tints of Yuma #C9BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 38.29%
G = 36.19%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9BE86 (or 0xC9BE86) is known color: Yuma. HEX triplet: C9, BE and 86. RGB value is (201,190,134). Sum of RGB (Red+Green+Blue) = 201+190+134=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE86 is #364179. Grayscale: #BBBBBB. Windows color (decimal): -3555706 or 8830665. OLE color: 8830665.

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

Color convert

RGB 201 190 134 -
CMYK 0 0.05 0.33 0.21
HSL 50.15º 0.38% 0.66% -
HSV(B) 50.15º 0.33% 0.79% -
XYZ 46.8 50.97 29.92 -
YUV 186.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 201 190 134 0 0.05 0.33 0.21 50.15 0.38 0.66
Hex C9 BE 86 0 5 21 15 32 26 42
Octal 311 276 206 0 5 41 25 62 46 102
Binary 11001001 10111110 10000110 0 101 100001 10101 110010 100110 1000010

Color Harmonies of #C9BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE86

Black with #C9BE86

Text Example


Text Example

White with #C9BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE86; }

 p { color: rgb(201,190,134); }

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

background-color css

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

 a { background-color: rgb(201,190,134); }

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

border-color css

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

 span { border-color: rgb(201,190,134); }

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