#CF9C8C

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

Shades of Rose #CF9C8C

Tints of Rose #CF9C8C

Color information

#CF9C8C (or 0xCF9C8C) is unknown color: approx Rose. HEX triplet: CF, 9C and 8C. RGB value is (207,156,140). Sum of RGB (Red+Green+Blue) = 207+156+140=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C8C is #306373. Grayscale: #A9A9A9. Windows color (decimal): -3171188 or 9215183. OLE color: 9215183.

HSL color Cylindrical-coordinate representation of color #CF9C8C: hue angle of 14.33º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9C8C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207156140-
CMYK00.250.320.19
HSL14.33º41.1%68.04%-
HSV(B)14.33º32.37%81.18%-
XYZ42.3538.9430.09-
YUV169.42111.4154.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=41.15%
G=31.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715614000.250.320.1914.3341.168.04
HexCF9C8C0192013e2944
Octal31723421403140231651104
Binary1100111110011100100011000110011000001001111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C8C; }

 p { color: rgb(207,156,140); }

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

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

 a { background-color: rgb(207,156,140); }

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

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

 span { border-color: rgb(207,156,140); }

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