Html Css Color HEX #CE8484 Sea Pink

📋 copy color: '#CE8484'

red 206 ◦ green 132 ◦ blue 132

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

Shades of Sea Pink #CE8484

Tints of Sea Pink #CE8484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 132 (51.95% from 255) = 28.09%

R = 43.83%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE8484 (or 0xCE8484) is known color: Sea Pink. HEX triplet: CE, 84 and 84. RGB value is (206,132,132). Sum of RGB (Red+Green+Blue) = 206+132+132=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8484 is #317B7B. Grayscale: #9A9A9A. Windows color (decimal): -3242876 or 8684750. OLE color: 8684750.

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

Color convert

RGB 206 132 132 -
CMYK 0 0.36 0.36 0.19
HSL 0.43% 0.66% -
HSV(B) 0.36% 0.81% -
XYZ 37.87 31.29 25.87 -
YUV 154.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 206 132 132 0 0.36 0.36 0.19 0 0.43 0.66
Hex CE 84 84 0 24 24 13 0 2B 42
Octal 316 204 204 0 44 44 23 0 53 102
Binary 11001110 10000100 10000100 0 100100 100100 10011 0 101011 1000010

Color Harmonies of #CE8484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8484

Black with #CE8484

Text Example


Text Example

White with #CE8484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8484; }

 p { color: rgb(206,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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