#CF9A98

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

Shades of Petite Orchid #CF9A98

Tints of Petite Orchid #CF9A98

Color information

#CF9A98 (or 0xCF9A98) is unknown color: approx Petite Orchid. HEX triplet: CF, 9A and 98. RGB value is (207,154,152). Sum of RGB (Red+Green+Blue) = 207+154+152=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A98 is #306567. Grayscale: #A9A9A9. Windows color (decimal): -3171688 or 10001103. OLE color: 10001103.

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

Color convert

RGB207154152-
CMYK00.260.270.19
HSL2.18º36.42%70.39%-
HSV(B)2.18º26.57%81.18%-
XYZ42.9638.6434.9-
YUV169.62118.06154.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=40.35%
G=30.02%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715415200.260.270.192.1836.4270.39
HexCF9A9801A1B1322446
Octal3172322300323323244106
Binary1100111110011010100110000110101101110011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A98; }

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

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

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

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

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

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

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

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