#C99B94

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

Shades of Rose #C99B94

Tints of Rose #C99B94

Color information

#C99B94 (or 0xC99B94) is unknown color: approx Rose. HEX triplet: C9, 9B and 94. RGB value is (201,155,148). Sum of RGB (Red+Green+Blue) = 201+155+148=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B94 is #36646B. Grayscale: #A8A8A8. Windows color (decimal): -3564652 or 9739209. OLE color: 9739209.

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

Color convert

RGB201155148-
CMYK00.230.260.21
HSL7.92º32.92%68.43%-
HSV(B)7.92º26.37%78.82%-
XYZ41.153833.18-
YUV167.96116.74151.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=39.88%
G=30.75%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115514800.230.260.217.9232.9268.43
HexC99B940171A1582144
Octal31123322402732251041104
Binary110010011001101110010100010111110101010110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B94; }

 p { color: rgb(201,155,148); }

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

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

 a { background-color: rgb(201,155,148); }

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

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

 span { border-color: rgb(201,155,148); }

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