Html Css Color HEX #CE7F7F Sea Pink

📋 copy color: '#CE7F7F'

red 206 ◦ green 127 ◦ blue 127

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

Shades of Sea Pink #CE7F7F

Tints of Sea Pink #CE7F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.61%

R = 44.78%
G = 27.61%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE7F7F (or 0xCE7F7F) is known color: Sea Pink. HEX triplet: CE, 7F and 7F. RGB value is (206,127,127). Sum of RGB (Red+Green+Blue) = 206+127+127=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F7F is #318080. Grayscale: #969696. Windows color (decimal): -3244161 or 8355790. OLE color: 8355790.

HSL color Cylindrical-coordinate representation of color #CE7F7F: 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.38%. Process color model (Four color, CMYK) of #CE7F7F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 127 -
CMYK 0 0.38 0.38 0.19
HSL 0.45% 0.65% -
HSV(B) 0.38% 0.81% -
XYZ 36.87 29.83 23.89 -
YUV 150.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 206 127 127 0 0.38 0.38 0.19 0 0.45 0.65
Hex CE 7F 7F 0 26 26 13 0 2D 41
Octal 316 177 177 0 46 46 23 0 55 101
Binary 11001110 1111111 1111111 0 100110 100110 10011 0 101101 1000001

Color Harmonies of #CE7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F7F

Black with #CE7F7F

Text Example


Text Example

White with #CE7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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