Html Css Color HEX #CE8381 Sea Pink

📋 copy color: '#CE8381'

red 206 ◦ green 131 ◦ blue 129

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

Shades of Sea Pink #CE8381

Tints of Sea Pink #CE8381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 44.21%
G = 28.11%
B = 27.68%

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

#CE8381 (or 0xCE8381) is known color: Sea Pink. HEX triplet: CE, 83 and 81. RGB value is (206,131,129). Sum of RGB (Red+Green+Blue) = 206+131+129=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8381 is #317C7E. Grayscale: #999999. Windows color (decimal): -3243135 or 8487886. OLE color: 8487886.

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

Color convert

RGB 206 131 129 -
CMYK 0 0.36 0.37 0.19
HSL 1.56º 0.44% 0.66% -
HSV(B) 1.56º 0.37% 0.81% -
XYZ 37.53 30.94 24.76 -
YUV 153.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 206 131 129 0 0.36 0.37 0.19 1.56 0.44 0.66
Hex CE 83 81 0 24 25 13 2 2C 42
Octal 316 203 201 0 44 45 23 2 54 102
Binary 11001110 10000011 10000001 0 100100 100101 10011 10 101100 1000010

Color Harmonies of #CE8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8381

Black with #CE8381

Text Example


Text Example

White with #CE8381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8381; }

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

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

background-color css

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

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

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

border-color css

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

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

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