Html Css Color HEX #CE7F7D Sea Pink

📋 copy color: '#CE7F7D'

red 206 ◦ green 127 ◦ blue 125

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

Shades of Sea Pink #CE7F7D

Tints of Sea Pink #CE7F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 44.98%
G = 27.73%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE7F7D (or 0xCE7F7D) is known color: Sea Pink. HEX triplet: CE, 7F and 7D. RGB value is (206,127,125). Sum of RGB (Red+Green+Blue) = 206+127+125=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F7D is #318082. Grayscale: #969696. Windows color (decimal): -3244163 or 8224718. OLE color: 8224718.

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

Color convert

RGB 206 127 125 -
CMYK 0 0.38 0.39 0.19
HSL 1.48º 0.45% 0.65% -
HSV(B) 1.48º 0.39% 0.81% -
XYZ 36.74 29.78 23.21 -
YUV 150.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 206 127 125 0 0.38 0.39 0.19 1.48 0.45 0.65
Hex CE 7F 7D 0 26 27 13 1 2D 41
Octal 316 177 175 0 46 47 23 1 55 101
Binary 11001110 1111111 1111101 0 100110 100111 10011 1 101101 1000001

Color Harmonies of #CE7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F7D

Black with #CE7F7D

Text Example


Text Example

White with #CE7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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