#CF9A9A

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

Shades of Petite Orchid #CF9A9A

Tints of Petite Orchid #CF9A9A

Color information

#CF9A9A (or 0xCF9A9A) is unknown color: approx Petite Orchid. HEX triplet: CF, 9A and 9A. RGB value is (207,154,154). Sum of RGB (Red+Green+Blue) = 207+154+154=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A9A is #306565. Grayscale: #A9A9A9. Windows color (decimal): -3171686 or 10132175. OLE color: 10132175.

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

Color convert

RGB207154154-
CMYK00.260.260.19
HSL35.57%70.78%-
HSV(B)25.6%81.18%-
XYZ43.1238.7135.77-
YUV169.85119.06154.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=40.19%
G=29.90%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715415400.260.260.19035.5770.78
HexCF9A9A01A1A1302447
Octal3172322320323223044107
Binary110011111001101010011010011010110101001101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A9A; }

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

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

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

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

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

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

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

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