#CB7E7C

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

Shades of Sea Pink #CB7E7C

Tints of Sea Pink #CB7E7C

Color information

#CB7E7C (or 0xCB7E7C) is unknown color: approx Sea Pink. HEX triplet: CB, 7E and 7C. RGB value is (203,126,124). Sum of RGB (Red+Green+Blue) = 203+126+124=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E7C is #348183. Grayscale: #949494. Windows color (decimal): -3441028 or 8158923. OLE color: 8158923.

HSL color Cylindrical-coordinate representation of color #CB7E7C: hue angle of 1.52º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7E7C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203126124-
CMYK00.380.390.20
HSL1.52º43.17%64.12%-
HSV(B)1.52º38.92%79.61%-
XYZ35.7329.0722.8-
YUV148.79114.01166.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=44.81%
G=27.81%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312612400.380.390.201.5243.1764.12
HexCB7E7C026271422b40
Octal3131761740464724253100
Binary1100101111111101111100010011010011110100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E7C; }

 p { color: rgb(203,126,124); }

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

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

 a { background-color: rgb(203,126,124); }

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

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

 span { border-color: rgb(203,126,124); }

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