Html Css Color HEX #CE7A75 Sea Pink

📋 copy color: '#CE7A75'

red 206 ◦ green 122 ◦ blue 117

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

Shades of Sea Pink #CE7A75

Tints of Sea Pink #CE7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 46.29%
G = 27.42%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7A75 (or 0xCE7A75) is known color: Sea Pink. HEX triplet: CE, 7A and 75. RGB value is (206,122,117). Sum of RGB (Red+Green+Blue) = 206+122+117=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A75 is #31858A. Grayscale: #929292. Windows color (decimal): -3245451 or 7699150. OLE color: 7699150.

HSL color Cylindrical-coordinate representation of color #CE7A75: hue angle of 3.37º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7A75 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 117 -
CMYK 0 0.41 0.43 0.19
HSL 3.37º 0.48% 0.63% -
HSV(B) 3.37º 0.43% 0.81% -
XYZ 35.62 28.33 20.42 -
YUV 146.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 206 122 117 0 0.41 0.43 0.19 3.37 0.48 0.63
Hex CE 7A 75 0 29 2B 13 3 30 3F
Octal 316 172 165 0 51 53 23 3 60 77
Binary 11001110 1111010 1110101 0 101001 101011 10011 11 110000 111111

Color Harmonies of #CE7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A75

Black with #CE7A75

Text Example


Text Example

White with #CE7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A75; }

 p { color: rgb(206,122,117); }

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

background-color css

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

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

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

border-color css

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

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

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