#CF9593

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

Shades of Petite Orchid #CF9593

Tints of Petite Orchid #CF9593

Color information

#CF9593 (or 0xCF9593) is unknown color: approx Petite Orchid. HEX triplet: CF, 95 and 93. RGB value is (207,149,147). Sum of RGB (Red+Green+Blue) = 207+149+147=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9593 is #306A6C. Grayscale: #A6A6A6. Windows color (decimal): -3172973 or 9672143. OLE color: 9672143.

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

Color convert

RGB207149147-
CMYK00.280.290.19
HSL38.46%69.41%-
HSV(B)28.99%81.18%-
XYZ41.7536.8732.52-
YUV166.11117.22157.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=41.15%
G=29.62%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714914700.280.290.19238.4669.41
HexCF959301C1D1322645
Octal3172252230343523246105
Binary1100111110010101100100110111001110110011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9593; }

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

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

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

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

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

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

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

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