Html Css Color HEX #C9BA87 Yuma

📋 copy color: '#C9BA87'

red 201 ◦ green 186 ◦ blue 135

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

Shades of Yuma #C9BA87

Tints of Yuma #C9BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

 BLUE value IS 135 (53.13% from 255) = 25.86%

R = 38.51%
G = 35.63%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9BA87 (or 0xC9BA87) is known color: Yuma. HEX triplet: C9, BA and 87. RGB value is (201,186,135). Sum of RGB (Red+Green+Blue) = 201+186+135=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA87 is #364578. Grayscale: #B8B8B8. Windows color (decimal): -3556729 or 8895177. OLE color: 8895177.

HSL color Cylindrical-coordinate representation of color #C9BA87: hue angle of 46.36º 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 #C9BA87 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 135 -
CMYK 0 0.07 0.33 0.21
HSL 46.36º 0.38% 0.66% -
HSV(B) 46.36º 0.33% 0.79% -
XYZ 46.02 49.28 30.01 -
YUV 184.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 201 186 135 0 0.07 0.33 0.21 46.36 0.38 0.66
Hex C9 BA 87 0 7 21 15 2E 26 42
Octal 311 272 207 0 7 41 25 56 46 102
Binary 11001001 10111010 10000111 0 111 100001 10101 101110 100110 1000010

Color Harmonies of #C9BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA87

Black with #C9BA87

Text Example


Text Example

White with #C9BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA87; }

 p { color: rgb(201,186,135); }

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

background-color css

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

 a { background-color: rgb(201,186,135); }

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

border-color css

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

 span { border-color: rgb(201,186,135); }

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