#CF9493

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

Shades of Petite Orchid #CF9493

Tints of Petite Orchid #CF9493

Color information

#CF9493 (or 0xCF9493) is unknown color: approx Petite Orchid. HEX triplet: CF, 94 and 93. RGB value is (207,148,147). Sum of RGB (Red+Green+Blue) = 207+148+147=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9493 is #306B6C. Grayscale: #A5A5A5. Windows color (decimal): -3173229 or 9671887. OLE color: 9671887.

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

Color convert

RGB207148147-
CMYK00.290.290.19
HSL38.46%69.41%-
HSV(B)28.99%81.18%-
XYZ41.5936.5532.47-
YUV165.53117.55157.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=41.24%
G=29.48%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714814700.290.290.19138.4669.41
HexCF949301D1D1312645
Octal3172242230353523146105
Binary110011111001010010010011011101111011001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9493; }

 p { color: rgb(207,148,147); }

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

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

 a { background-color: rgb(207,148,147); }

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

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

 span { border-color: rgb(207,148,147); }

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