#CB8181

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

Shades of Sea Pink #CB8181

Tints of Sea Pink #CB8181

Color information

#CB8181 (or 0xCB8181) is unknown color: approx Sea Pink. HEX triplet: CB, 81 and 81. RGB value is (203,129,129). Sum of RGB (Red+Green+Blue) = 203+129+129=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8181 is #347E7E. Grayscale: #979797. Windows color (decimal): -3440255 or 8487371. OLE color: 8487371.

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

Color convert

RGB203129129-
CMYK00.360.360.20
HSL41.57%65.1%-
HSV(B)36.45%79.61%-
XYZ36.4429.9824.64-
YUV151.13115.52165-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=44.03%
G=27.98%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312912900.360.360.20041.5765.1
HexCB8181024241402a41
Octal3132012010444424052101
Binary11001011100000011000000101001001001001010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8181; }

 p { color: rgb(203,129,129); }

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

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

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

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

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

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

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