Html Css Color HEX #CE807E Sea Pink

📋 copy color: '#CE807E'

red 206 ◦ green 128 ◦ blue 126

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

Shades of Sea Pink #CE807E

Tints of Sea Pink #CE807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 44.78%
G = 27.83%
B = 27.39%

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

#CE807E (or 0xCE807E) is known color: Sea Pink. HEX triplet: CE, 80 and 7E. RGB value is (206,128,126). Sum of RGB (Red+Green+Blue) = 206+128+126=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE807E is #317F81. Grayscale: #979797. Windows color (decimal): -3243906 or 8290510. OLE color: 8290510.

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

Color convert

RGB 206 128 126 -
CMYK 0 0.38 0.39 0.19
HSL 1.5º 0.45% 0.65% -
HSV(B) 1.5º 0.39% 0.81% -
XYZ 36.94 30.07 23.6 -
YUV 151.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 206 128 126 0 0.38 0.39 0.19 1.5 0.45 0.65
Hex CE 80 7E 0 26 27 13 2 2D 41
Octal 316 200 176 0 46 47 23 2 55 101
Binary 11001110 10000000 1111110 0 100110 100111 10011 10 101101 1000001

Color Harmonies of #CE807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE807E

Black with #CE807E

Text Example


Text Example

White with #CE807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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