#CF958A

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

Shades of Petite Orchid #CF958A

Tints of Petite Orchid #CF958A

Color information

#CF958A (or 0xCF958A) is unknown color: approx Petite Orchid. HEX triplet: CF, 95 and 8A. RGB value is (207,149,138). Sum of RGB (Red+Green+Blue) = 207+149+138=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF958A is #306A75. Grayscale: #A5A5A5. Windows color (decimal): -3172982 or 9082319. OLE color: 9082319.

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

Color convert

RGB207149138-
CMYK00.280.330.19
HSL9.57º41.82%67.65%-
HSV(B)9.57º33.33%81.18%-
XYZ41.0736.628.94-
YUV165.09112.72157.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=41.90%
G=30.16%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714913800.280.330.199.5741.8267.65
HexCF958A01C2113a2a44
Octal31722521203441231252104
Binary1100111110010101100010100111001000011001110101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF958A; }

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

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

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

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

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

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

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

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