#CB7D7D

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

Shades of Sea Pink #CB7D7D

Tints of Sea Pink #CB7D7D

Color information

#CB7D7D (or 0xCB7D7D) is unknown color: approx Sea Pink. HEX triplet: CB, 7D and 7D. RGB value is (203,125,125). Sum of RGB (Red+Green+Blue) = 203+125+125=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D7D is #348282. Grayscale: #949494. Windows color (decimal): -3441283 or 8224203. OLE color: 8224203.

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

Color convert

RGB203125125-
CMYK00.380.380.20
HSL42.86%64.31%-
HSV(B)38.42%79.61%-
XYZ35.6628.8423.09-
YUV148.32114.84167-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=44.81%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312512500.380.380.20042.8664.31
HexCB7D7D026261402b40
Octal3131751750464624053100
Binary110010111111101111110101001101001101010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7D7D; }

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

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

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

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

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

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

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

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