#CB7D7A

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

Shades of Sea Pink #CB7D7A

Tints of Sea Pink #CB7D7A

Color information

#CB7D7A (or 0xCB7D7A) is unknown color: approx Sea Pink. HEX triplet: CB, 7D and 7A. RGB value is (203,125,122). Sum of RGB (Red+Green+Blue) = 203+125+122=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D7A is #348285. Grayscale: #949494. Windows color (decimal): -3441286 or 8027595. OLE color: 8027595.

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

Color convert

RGB203125122-
CMYK00.380.400.20
HSL2.22º43.78%63.73%-
HSV(B)2.22º39.9%79.61%-
XYZ35.4828.7722.1-
YUV147.98113.34167.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=45.11%
G=27.78%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312512200.380.400.202.2243.7863.73
HexCB7D7A026281422c40
Octal3131751720465024254100
Binary1100101111111011111010010011010100010100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7D7A; }

 p { color: rgb(203,125,122); }

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

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

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

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

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

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

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