Html Css Color HEX #CE7D7D Sea Pink

📋 copy color: '#CE7D7D'

red 206 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #CE7D7D

Tints of Sea Pink #CE7D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.41%

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 45.18%
G = 27.41%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE7D7D (or 0xCE7D7D) is known color: Sea Pink. HEX triplet: CE, 7D and 7D. RGB value is (206,125,125). Sum of RGB (Red+Green+Blue) = 206+125+125=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D7D is #318282. Grayscale: #959595. Windows color (decimal): -3244675 or 8224206. OLE color: 8224206.

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

Color convert

RGB 206 125 125 -
CMYK 0 0.39 0.39 0.19
HSL 0.45% 0.65% -
HSV(B) 0.39% 0.81% -
XYZ 36.49 29.27 23.13 -
YUV 149.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 206 125 125 0 0.39 0.39 0.19 0 0.45 0.65
Hex CE 7D 7D 0 27 27 13 0 2D 41
Octal 316 175 175 0 47 47 23 0 55 101
Binary 11001110 1111101 1111101 0 100111 100111 10011 0 101101 1000001

Color Harmonies of #CE7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D7D

Black with #CE7D7D

Text Example


Text Example

White with #CE7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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