#CF7D7D

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

Shades of Sea Pink #CF7D7D

Tints of Sea Pink #CF7D7D

Color information

#CF7D7D (or 0xCF7D7D) is unknown color: approx Sea Pink. HEX triplet: CF, 7D and 7D. RGB value is (207,125,125). Sum of RGB (Red+Green+Blue) = 207+125+125=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D7D is #308282. Grayscale: #959595. Windows color (decimal): -3179139 or 8224207. OLE color: 8224207.

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

Color convert

RGB207125125-
CMYK00.400.400.19
HSL46.07%65.1%-
HSV(B)39.61%81.18%-
XYZ36.7729.4123.14-
YUV149.52114.17169-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=45.30%
G=27.35%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712512500.400.400.19046.0765.1
HexCF7D7D028281302e41
Octal3171751750505023056101
Binary110011111111101111110101010001010001001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D7D; }

 p { color: rgb(207,125,125); }

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

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

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

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

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

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

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