#CF7B75

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

Shades of Sea Pink #CF7B75

Tints of Sea Pink #CF7B75

Color information

#CF7B75 (or 0xCF7B75) is unknown color: approx Sea Pink. HEX triplet: CF, 7B and 75. RGB value is (207,123,117). Sum of RGB (Red+Green+Blue) = 207+123+117=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B75 is #30848A. Grayscale: #939393. Windows color (decimal): -3179659 or 7699407. OLE color: 7699407.

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

Color convert

RGB207123117-
CMYK00.410.430.19
HSL48.39%63.53%-
HSV(B)43.48%81.18%-
XYZ36.0328.7220.47-
YUV147.43110.83170.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=46.31%
G=27.52%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712311700.410.430.19448.3963.53
HexCF7B750292B1343040
Octal3171731650515323460100
Binary11001111111101111101010101001101011100111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7B75; }

 p { color: rgb(207,123,117); }

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

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

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

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

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

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

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