#CF9B9A

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

Shades of Petite Orchid #CF9B9A

Tints of Petite Orchid #CF9B9A

Color information

#CF9B9A (or 0xCF9B9A) is unknown color: approx Petite Orchid. HEX triplet: CF, 9B and 9A. RGB value is (207,155,154). Sum of RGB (Red+Green+Blue) = 207+155+154=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B9A is #306465. Grayscale: #AAAAAA. Windows color (decimal): -3171430 or 10132431. OLE color: 10132431.

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

Color convert

RGB207155154-
CMYK00.250.260.19
HSL1.13º35.57%70.78%-
HSV(B)1.13º25.6%81.18%-
XYZ43.2939.0435.83-
YUV170.43118.73154.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=40.12%
G=30.04%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715515400.250.260.191.1335.5770.78
HexCF9B9A0191A1312447
Octal3172332320313223144107
Binary110011111001101110011010011001110101001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B9A; }

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

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

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

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

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

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

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

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