#CD807E

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

Shades of Sea Pink #CD807E

Tints of Sea Pink #CD807E

Color information

#CD807E (or 0xCD807E) is unknown color: approx Sea Pink. HEX triplet: CD, 80 and 7E. RGB value is (205,128,126). Sum of RGB (Red+Green+Blue) = 205+128+126=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD807E is #327F81. Grayscale: #969696. Windows color (decimal): -3309442 or 8290509. OLE color: 8290509.

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

Color convert

RGB205128126-
CMYK00.380.390.20
HSL1.52º44.13%64.9%-
HSV(B)1.52º38.54%80.39%-
XYZ36.6629.9223.58-
YUV150.79114.01166.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=44.66%
G=27.89%
B=27.45%

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
Decimal20512812600.380.390.201.5244.1364.9
HexCD807E026271422c41
Octal3152001760464724254101
Binary11001101100000001111110010011010011110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD807E; }

 p { color: rgb(205,128,126); }

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

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

 a { background-color: rgb(205,128,126); }

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

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

 span { border-color: rgb(205,128,126); }

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