#CD827E

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

Shades of Sea Pink #CD827E

Tints of Sea Pink #CD827E

Color information

#CD827E (or 0xCD827E) is unknown color: approx Sea Pink. HEX triplet: CD, 82 and 7E. RGB value is (205,130,126). Sum of RGB (Red+Green+Blue) = 205+130+126=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD827E is #327D81. Grayscale: #989898. Windows color (decimal): -3308930 or 8291021. OLE color: 8291021.

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

Color convert

RGB205130126-
CMYK00.370.390.20
HSL3.04º44.13%64.9%-
HSV(B)3.04º38.54%80.39%-
XYZ36.9330.4523.67-
YUV151.97113.35165.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=44.47%
G=28.20%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513012600.370.390.203.0444.1364.9
HexCD827E025271432c41
Octal3152021760454724354101
Binary11001101100000101111110010010110011110100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD827E; }

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

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

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

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

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

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

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

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