#CF807A

Color #CF807A Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CF807A

Tints of Sea Pink #CF807A

Color information

#CF807A (or 0xCF807A) is unknown color: approx Sea Pink. HEX triplet: CF, 80 and 7A. RGB value is (207,128,122). Sum of RGB (Red+Green+Blue) = 207+128+122=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF807A is #307F85. Grayscale: #979797. Windows color (decimal): -3178374 or 8028367. OLE color: 8028367.

HSL color Cylindrical-coordinate representation of color #CF807A: hue angle of 4.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF807A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207128122-
CMYK00.380.410.19
HSL4.24º46.96%64.51%-
HSV(B)4.24º41.06%81.18%-
XYZ36.9630.1122.28-
YUV150.94111.67167.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=45.30%
G=28.01%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712812200.380.410.194.2446.9664.51
HexCF807A026291342f41
Octal3172001720465123457101
Binary110011111000000011110100100110101001100111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF807A; }

 p { color: rgb(207,128,122); }

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

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

 a { background-color: rgb(207,128,122); }

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

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

 span { border-color: rgb(207,128,122); }

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