#CF9B97

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

Shades of Petite Orchid #CF9B97

Tints of Petite Orchid #CF9B97

Color information

#CF9B97 (or 0xCF9B97) is unknown color: approx Petite Orchid. HEX triplet: CF, 9B and 97. RGB value is (207,155,151). Sum of RGB (Red+Green+Blue) = 207+155+151=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B97 is #306468. Grayscale: #AAAAAA. Windows color (decimal): -3171433 or 9935823. OLE color: 9935823.

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

Color convert

RGB207155151-
CMYK00.250.270.19
HSL4.29º36.84%70.2%-
HSV(B)4.29º27.05%81.18%-
XYZ43.0438.9434.53-
YUV170.09117.23154.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=40.35%
G=30.21%
B=29.43%

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
Decimal20715515100.250.270.194.2936.8470.2
HexCF9B970191B1342546
Octal3172332270313323445106
Binary11001111100110111001011101100111011100111001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B97; }

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

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

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

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

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

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

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

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