Html Css Color HEX #CE8382 Sea Pink

📋 copy color: '#CE8382'

red 206 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #CE8382

Tints of Sea Pink #CE8382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 44.11%
G = 28.05%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE8382 (or 0xCE8382) is known color: Sea Pink. HEX triplet: CE, 83 and 82. RGB value is (206,131,130). Sum of RGB (Red+Green+Blue) = 206+131+130=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8382 is #317C7D. Grayscale: #999999. Windows color (decimal): -3243134 or 8553422. OLE color: 8553422.

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

Color convert

RGB 206 131 130 -
CMYK 0 0.36 0.37 0.19
HSL 0.79º 0.44% 0.66% -
HSV(B) 0.79º 0.37% 0.81% -
XYZ 37.6 30.97 25.11 -
YUV 153.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 206 131 130 0 0.36 0.37 0.19 0.79 0.44 0.66
Hex CE 83 82 0 24 25 13 1 2C 42
Octal 316 203 202 0 44 45 23 1 54 102
Binary 11001110 10000011 10000010 0 100100 100101 10011 1 101100 1000010

Color Harmonies of #CE8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8382

Black with #CE8382

Text Example


Text Example

White with #CE8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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