#C99E92

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

Shades of Rose #C99E92

Tints of Rose #C99E92

Color information

#C99E92 (or 0xC99E92) is unknown color: approx Rose. HEX triplet: C9, 9E and 92. RGB value is (201,158,146). Sum of RGB (Red+Green+Blue) = 201+158+146=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E92 is #36616D. Grayscale: #A9A9A9. Windows color (decimal): -3563886 or 9608905. OLE color: 9608905.

HSL color Cylindrical-coordinate representation of color #C99E92: hue angle of 13.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99E92 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201158146-
CMYK00.210.270.21
HSL13.09º33.74%68.04%-
HSV(B)13.09º27.36%78.82%-
XYZ41.538.9532.52-
YUV169.49114.75150.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=39.80%
G=31.29%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115814600.210.270.2113.0933.7468.04
HexC99E920151B15d2244
Octal31123622202533251542104
Binary110010011001111010010010010101110111010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E92; }

 p { color: rgb(201,158,146); }

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

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

 a { background-color: rgb(201,158,146); }

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

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

 span { border-color: rgb(201,158,146); }

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