#CF9A93

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

Shades of Rose #CF9A93

Tints of Rose #CF9A93

Color information

#CF9A93 (or 0xCF9A93) is unknown color: approx Rose. HEX triplet: CF, 9A and 93. RGB value is (207,154,147). Sum of RGB (Red+Green+Blue) = 207+154+147=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A93 is #30656C. Grayscale: #A9A9A9. Windows color (decimal): -3171693 or 9673423. OLE color: 9673423.

HSL color Cylindrical-coordinate representation of color #CF9A93: hue angle of 7º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9A93 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207154147-
CMYK00.260.290.19
HSL38.46%69.41%-
HSV(B)28.99%81.18%-
XYZ42.5538.4832.79-
YUV169.05115.56155.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=40.75%
G=30.31%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715414700.260.290.19738.4669.41
HexCF9A9301A1D1372645
Octal3172322230323523746105
Binary11001111100110101001001101101011101100111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A93; }

 p { color: rgb(207,154,147); }

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

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

 a { background-color: rgb(207,154,147); }

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

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

 span { border-color: rgb(207,154,147); }

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