Html Css Color HEX #CE8282 Sea Pink

📋 copy color: '#CE8282'

red 206 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #CE8282

Tints of Sea Pink #CE8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 44.21%
G = 27.9%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE8282 (or 0xCE8282) is known color: Sea Pink. HEX triplet: CE, 82 and 82. RGB value is (206,130,130). Sum of RGB (Red+Green+Blue) = 206+130+130=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8282 is #317D7D. Grayscale: #989898. Windows color (decimal): -3243390 or 8553166. OLE color: 8553166.

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

Color convert

RGB 206 130 130 -
CMYK 0 0.37 0.37 0.19
HSL 0.44% 0.66% -
HSV(B) 0.37% 0.81% -
XYZ 37.47 30.7 25.07 -
YUV 152.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 206 130 130 0 0.37 0.37 0.19 0 0.44 0.66
Hex CE 82 82 0 25 25 13 0 2C 42
Octal 316 202 202 0 45 45 23 0 54 102
Binary 11001110 10000010 10000010 0 100101 100101 10011 0 101100 1000010

Color Harmonies of #CE8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8282

Black with #CE8282

Text Example


Text Example

White with #CE8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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