#CF9B98

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

Shades of Petite Orchid #CF9B98

Tints of Petite Orchid #CF9B98

Color information

#CF9B98 (or 0xCF9B98) is unknown color: approx Petite Orchid. HEX triplet: CF, 9B and 98. RGB value is (207,155,152). Sum of RGB (Red+Green+Blue) = 207+155+152=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B98 is #306467. Grayscale: #AAAAAA. Windows color (decimal): -3171432 or 10001359. OLE color: 10001359.

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

Color convert

RGB207155152-
CMYK00.250.270.19
HSL3.27º36.42%70.39%-
HSV(B)3.27º26.57%81.18%-
XYZ43.1238.9834.96-
YUV170.21117.73154.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 152 (59.77% from 255) = 29.57%
R=40.27%
G=30.16%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715515200.250.270.193.2736.4270.39
HexCF9B980191B1332446
Octal3172332300313323344106
Binary1100111110011011100110000110011101110011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B98; }

 p { color: rgb(207,155,152); }

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

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

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

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

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

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

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