#CF9790

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

Shades of Petite Orchid #CF9790

Tints of Petite Orchid #CF9790

Color information

#CF9790 (or 0xCF9790) is unknown color: approx Petite Orchid. HEX triplet: CF, 97 and 90. RGB value is (207,151,144). Sum of RGB (Red+Green+Blue) = 207+151+144=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9790 is #30686F. Grayscale: #A7A7A7. Windows color (decimal): -3172464 or 9476047. OLE color: 9476047.

HSL color Cylindrical-coordinate representation of color #CF9790: hue angle of 6.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9790 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207151144-
CMYK00.270.300.19
HSL6.67º39.62%68.82%-
HSV(B)6.67º30.43%81.18%-
XYZ41.8337.4131.4-
YUV166.95115.05156.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=41.24%
G=30.08%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715114400.270.300.196.6739.6268.82
HexCF979001B1E1372845
Octal3172272200333623750105
Binary11001111100101111001000001101111110100111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9790; }

 p { color: rgb(207,151,144); }

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

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

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

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

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

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

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