Html Css Color HEX #CE7E7D Sea Pink

📋 copy color: '#CE7E7D'

red 206 ◦ green 126 ◦ blue 125

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

Shades of Sea Pink #CE7E7D

Tints of Sea Pink #CE7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

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

R = 45.08%
G = 27.57%
B = 27.35%

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

#CE7E7D (or 0xCE7E7D) is known color: Sea Pink. HEX triplet: CE, 7E and 7D. RGB value is (206,126,125). Sum of RGB (Red+Green+Blue) = 206+126+125=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E7D is #318182. Grayscale: #959595. Windows color (decimal): -3244419 or 8224462. OLE color: 8224462.

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

Color convert

RGB 206 126 125 -
CMYK 0 0.39 0.39 0.19
HSL 0.74º 0.45% 0.65% -
HSV(B) 0.74º 0.39% 0.81% -
XYZ 36.62 29.52 23.17 -
YUV 149.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 206 126 125 0 0.39 0.39 0.19 0.74 0.45 0.65
Hex CE 7E 7D 0 27 27 13 1 2D 41
Octal 316 176 175 0 47 47 23 1 55 101
Binary 11001110 1111110 1111101 0 100111 100111 10011 1 101101 1000001

Color Harmonies of #CE7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E7D

Black with #CE7E7D

Text Example


Text Example

White with #CE7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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