#CF7B7B

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

Shades of Sea Pink #CF7B7B

Tints of Sea Pink #CF7B7B

Color information

#CF7B7B (or 0xCF7B7B) is unknown color: approx Sea Pink. HEX triplet: CF, 7B and 7B. RGB value is (207,123,123). Sum of RGB (Red+Green+Blue) = 207+123+123=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B7B is #308484. Grayscale: #949494. Windows color (decimal): -3179653 or 8092623. OLE color: 8092623.

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

Color convert

RGB207123123-
CMYK00.410.410.19
HSL46.67%64.71%-
HSV(B)40.58%81.18%-
XYZ36.3928.8622.39-
YUV148.12113.83170-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=45.70%
G=27.15%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712312300.410.410.19046.6764.71
HexCF7B7B029291302f41
Octal3171731730515123057101
Binary110011111111011111101101010011010011001101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7B7B; }

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

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

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

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

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

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

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

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