#CF968B

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

Shades of Petite Orchid #CF968B

Tints of Petite Orchid #CF968B

Color information

#CF968B (or 0xCF968B) is unknown color: approx Petite Orchid. HEX triplet: CF, 96 and 8B. RGB value is (207,150,139). Sum of RGB (Red+Green+Blue) = 207+150+139=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968B is #306974. Grayscale: #A5A5A5. Windows color (decimal): -3172725 or 9148111. OLE color: 9148111.

HSL color Cylindrical-coordinate representation of color #CF968B: hue angle of 9.71º degrees, saturation: 0.41, 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 #CF968B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207150139-
CMYK00.280.330.19
HSL9.71º41.46%67.84%-
HSV(B)9.71º32.85%81.18%-
XYZ41.336.9429.38-
YUV165.79112.88157.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=41.73%
G=30.24%
B=28.02%

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
Decimal20715013900.280.330.199.7141.4667.84
HexCF968B01C2113a2944
Octal31722621303441231251104
Binary1100111110010110100010110111001000011001110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF968B; }

 p { color: rgb(207,150,139); }

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

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

 a { background-color: rgb(207,150,139); }

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

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

 span { border-color: rgb(207,150,139); }

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