#CF9996

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

Shades of Petite Orchid #CF9996

Tints of Petite Orchid #CF9996

Color information

#CF9996 (or 0xCF9996) is unknown color: approx Petite Orchid. HEX triplet: CF, 99 and 96. RGB value is (207,153,150). Sum of RGB (Red+Green+Blue) = 207+153+150=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9996 is #306669. Grayscale: #A8A8A8. Windows color (decimal): -3171946 or 9869775. OLE color: 9869775.

HSL color Cylindrical-coordinate representation of color #CF9996: hue angle of 3.16º degrees, saturation: 0.37, 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 #CF9996 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207153150-
CMYK00.260.280.19
HSL3.16º37.25%70%-
HSV(B)3.16º27.54%81.18%-
XYZ42.6338.2533.99-
YUV168.8117.39155.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=40.59%
G=30%
B=29.41%

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
Decimal20715315000.260.280.193.1637.2570
HexCF999601A1C1332546
Octal3172312260323423345106
Binary1100111110011001100101100110101110010011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9996; }

 p { color: rgb(207,153,150); }

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

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

 a { background-color: rgb(207,153,150); }

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

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

 span { border-color: rgb(207,153,150); }

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