#C9B88F

Color #C9B88F Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C9B88F

Tints of Yuma #C9B88F

Color information

#C9B88F (or 0xC9B88F) is unknown color: approx Yuma. HEX triplet: C9, B8 and 8F. RGB value is (201,184,143). Sum of RGB (Red+Green+Blue) = 201+184+143=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B88F is #364770. Grayscale: #B8B8B8. Windows color (decimal): -3557233 or 9418953. OLE color: 9418953.

HSL color Cylindrical-coordinate representation of color #C9B88F: hue angle of 42.41º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B88F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201184143-
CMYK00.080.290.21
HSL42.41º34.94%67.45%-
HSV(B)42.41º28.86%78.82%-
XYZ46.1948.6832.95-
YUV184.41104.63139.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=38.07%
G=34.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118414300.080.290.2142.4134.9467.45
HexC9B88F081D152a2343
Octal31127021701035255243103
Binary1100100110111000100011110100011101101011010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B88F; }

 p { color: rgb(201,184,143); }

 H1.HeaderClassName
 {
   color: #C9B88F;
 }
 .AnyTagClassName
 {
   color: #C9B88F;
 }
</style>
background-color css

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

 a { background-color: rgb(201,184,143); }

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

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

 span { border-color: rgb(201,184,143); }

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