#CF9D97

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

Shades of Rose #CF9D97

Tints of Rose #CF9D97

Color information

#CF9D97 (or 0xCF9D97) is unknown color: approx Rose. HEX triplet: CF, 9D and 97. RGB value is (207,157,151). Sum of RGB (Red+Green+Blue) = 207+157+151=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D97 is #306268. Grayscale: #ABABAB. Windows color (decimal): -3170921 or 9936335. OLE color: 9936335.

HSL color Cylindrical-coordinate representation of color #CF9D97: hue angle of 6.43º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9D97 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207157151-
CMYK00.240.270.19
HSL6.43º36.84%70.2%-
HSV(B)6.43º27.05%81.18%-
XYZ43.3839.6134.64-
YUV171.27116.56153.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=40.19%
G=30.49%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715715100.240.270.196.4336.8470.2
HexCF9D970181B1362546
Octal3172352270303323645106
Binary11001111100111011001011101100011011100111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9D97; }

 p { color: rgb(207,157,151); }

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

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

 a { background-color: rgb(207,157,151); }

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

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

 span { border-color: rgb(207,157,151); }

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