#CF948A

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

Shades of Petite Orchid #CF948A

Tints of Petite Orchid #CF948A

Color information

#CF948A (or 0xCF948A) is unknown color: approx Petite Orchid. HEX triplet: CF, 94 and 8A. RGB value is (207,148,138). Sum of RGB (Red+Green+Blue) = 207+148+138=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948A is #306B75. Grayscale: #A4A4A4. Windows color (decimal): -3173238 or 9082063. OLE color: 9082063.

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

Color convert

RGB207148138-
CMYK00.290.330.19
HSL8.7º41.82%67.65%-
HSV(B)8.7º33.33%81.18%-
XYZ40.9136.2828.89-
YUV164.5113.05158.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=41.99%
G=30.02%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714813800.290.330.198.741.8267.65
HexCF948A01D211392a44
Octal31722421203541231152104
Binary1100111110010100100010100111011000011001110011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF948A; }

 p { color: rgb(207,148,138); }

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

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

 a { background-color: rgb(207,148,138); }

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

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

 span { border-color: rgb(207,148,138); }

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