#CF9A95

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

Shades of Petite Orchid #CF9A95

Tints of Petite Orchid #CF9A95

Color information

#CF9A95 (or 0xCF9A95) is unknown color: approx Petite Orchid. HEX triplet: CF, 9A and 95. RGB value is (207,154,149). Sum of RGB (Red+Green+Blue) = 207+154+149=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A95 is #30656A. Grayscale: #A9A9A9. Windows color (decimal): -3171691 or 9804495. OLE color: 9804495.

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

Color convert

RGB207154149-
CMYK00.260.280.19
HSL5.17º37.66%69.8%-
HSV(B)5.17º28.02%81.18%-
XYZ42.7138.5533.62-
YUV169.28116.56154.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=40.59%
G=30.20%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715414900.260.280.195.1737.6669.8
HexCF9A9501A1C1352646
Octal3172322250323423546106
Binary11001111100110101001010101101011100100111011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A95; }

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

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

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

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

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

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

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

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