#CF9F92

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

Shades of Rose #CF9F92

Tints of Rose #CF9F92

Color information

#CF9F92 (or 0xCF9F92) is unknown color: approx Rose. HEX triplet: CF, 9F and 92. RGB value is (207,159,146). Sum of RGB (Red+Green+Blue) = 207+159+146=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F92 is #30606D. Grayscale: #ABABAB. Windows color (decimal): -3170414 or 9609167. OLE color: 9609167.

HSL color Cylindrical-coordinate representation of color #CF9F92: hue angle of 12.79º degrees, saturation: 0.39, 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 #CF9F92 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207159146-
CMYK00.230.290.19
HSL12.79º38.85%69.22%-
HSV(B)12.79º29.47%81.18%-
XYZ43.3240.1432.66-
YUV171.87113.4153.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=40.43%
G=31.05%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715914600.230.290.1912.7938.8569.22
HexCF9F920171D13d2745
Octal31723722202735231547105
Binary110011111001111110010010010111111011001111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F92; }

 p { color: rgb(207,159,146); }

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

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

 a { background-color: rgb(207,159,146); }

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

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

 span { border-color: rgb(207,159,146); }

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