#CB827F

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

Shades of Sea Pink #CB827F

Tints of Sea Pink #CB827F

Color information

#CB827F (or 0xCB827F) is unknown color: approx Sea Pink. HEX triplet: CB, 82 and 7F. RGB value is (203,130,127). Sum of RGB (Red+Green+Blue) = 203+130+127=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB827F is #347D80. Grayscale: #979797. Windows color (decimal): -3440001 or 8356555. OLE color: 8356555.

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

Color convert

RGB203130127-
CMYK00.360.370.20
HSL2.37º42.22%64.71%-
HSV(B)2.37º37.44%79.61%-
XYZ36.4430.1923.99-
YUV151.49114.18164.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 127 (50% from 255) = 27.61%
R=44.13%
G=28.26%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313012700.360.370.202.3742.2264.71
HexCB827F024251422a41
Octal3132021770444524252101
Binary11001011100000101111111010010010010110100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB827F; }

 p { color: rgb(203,130,127); }

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

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

 a { background-color: rgb(203,130,127); }

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

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

 span { border-color: rgb(203,130,127); }

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