#C9BE8E

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

Shades of Yuma #C9BE8E

Tints of Yuma #C9BE8E

Color information

#C9BE8E (or 0xC9BE8E) is unknown color: approx Yuma. HEX triplet: C9, BE and 8E. RGB value is (201,190,142). Sum of RGB (Red+Green+Blue) = 201+190+142=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE8E is #364171. Grayscale: #BCBCBC. Windows color (decimal): -3555698 or 9354953. OLE color: 9354953.

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

Color convert

RGB201190142-
CMYK00.050.290.21
HSL48.81º35.33%67.25%-
HSV(B)48.81º29.35%78.82%-
XYZ47.3851.232.98-
YUV187.82102.14137.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=37.71%
G=35.65%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119014200.050.290.2148.8135.3367.25
HexC9BE8E051D15312343
Octal3112762160535256143103
Binary110010011011111010001110010111101101011100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE8E; }

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

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

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

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

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

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

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

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