Html Css Color HEX #CE807D Sea Pink

📋 copy color: '#CE807D'

red 206 ◦ green 128 ◦ blue 125

#CE807D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #CE807D

Tints of Sea Pink #CE807D

RGB

 RED value IS 206 (80.86% from 255) = 44.88%

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 44.88%
G = 27.89%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE807D (or 0xCE807D) is known color: Sea Pink. HEX triplet: CE, 80 and 7D. RGB value is (206,128,125). Sum of RGB (Red+Green+Blue) = 206+128+125=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE807D is #317F82. Grayscale: #979797. Windows color (decimal): -3243907 or 8224974. OLE color: 8224974.

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

Color convert

RGB 206 128 125 -
CMYK 0 0.38 0.39 0.19
HSL 2.22º 0.45% 0.65% -
HSV(B) 2.22º 0.39% 0.81% -
XYZ 36.87 30.04 23.26 -
YUV 150.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 206 128 125 0 0.38 0.39 0.19 2.22 0.45 0.65
Hex CE 80 7D 0 26 27 13 2 2D 41
Octal 316 200 175 0 46 47 23 2 55 101
Binary 11001110 10000000 1111101 0 100110 100111 10011 10 101101 1000001

Color Harmonies of #CE807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE807D

Black with #CE807D

Text Example


Text Example

White with #CE807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE807D; }

 p { color: rgb(206,128,125); }

 H1.HeaderClassName
 {
   color: #CE807D;
 }
 .AnyTagClassName
 {
   color: #CE807D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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