Html Css Color HEX #CE7E7A Sea Pink

📋 copy color: '#CE7E7A'

red 206 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #CE7E7A

Tints of Sea Pink #CE7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 45.37%
G = 27.75%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE7E7A (or 0xCE7E7A) is known color: Sea Pink. HEX triplet: CE, 7E and 7A. RGB value is (206,126,122). Sum of RGB (Red+Green+Blue) = 206+126+122=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E7A is #318185. Grayscale: #959595. Windows color (decimal): -3244422 or 8027854. OLE color: 8027854.

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

Color convert

RGB 206 126 122 -
CMYK 0 0.39 0.41 0.19
HSL 2.86º 0.46% 0.64% -
HSV(B) 2.86º 0.41% 0.81% -
XYZ 36.43 29.45 22.18 -
YUV 149.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 206 126 122 0 0.39 0.41 0.19 2.86 0.46 0.64
Hex CE 7E 7A 0 27 29 13 3 2E 40
Octal 316 176 172 0 47 51 23 3 56 100
Binary 11001110 1111110 1111010 0 100111 101001 10011 11 101110 1000000

Color Harmonies of #CE7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E7A

Black with #CE7E7A

Text Example


Text Example

White with #CE7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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