#CF9992

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

Shades of Petite Orchid #CF9992

Tints of Petite Orchid #CF9992

Color information

#CF9992 (or 0xCF9992) is unknown color: approx Petite Orchid. HEX triplet: CF, 99 and 92. RGB value is (207,153,146). Sum of RGB (Red+Green+Blue) = 207+153+146=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9992 is #30666D. Grayscale: #A8A8A8. Windows color (decimal): -3171950 or 9607631. OLE color: 9607631.

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

Color convert

RGB207153146-
CMYK00.260.290.19
HSL6.89º38.85%69.22%-
HSV(B)6.89º29.47%81.18%-
XYZ42.3138.1232.32-
YUV168.35115.39155.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=40.91%
G=30.24%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715314600.260.290.196.8938.8569.22
HexCF999201A1D1372745
Octal3172312220323523747105
Binary11001111100110011001001001101011101100111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9992; }

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

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

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

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

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

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

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

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