Html Css Color HEX #CC7A79 Sea Pink

📋 copy color: '#CC7A79'

red 204 ◦ green 122 ◦ blue 121

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

Shades of Sea Pink #CC7A79

Tints of Sea Pink #CC7A79

RGB

 RED value IS 204 (80.08% from 255) = 45.64%

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

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 45.64%
G = 27.29%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC7A79 (or 0xCC7A79) is known color: Sea Pink. HEX triplet: CC, 7A and 79. RGB value is (204,122,121). Sum of RGB (Red+Green+Blue) = 204+122+121=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A79 is #338586. Grayscale: #929292. Windows color (decimal): -3376519 or 7961292. OLE color: 7961292.

HSL color Cylindrical-coordinate representation of color #CC7A79: hue angle of 0.72º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7A79 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 121 -
CMYK 0 0.40 0.41 0.2
HSL 0.72º 0.45% 0.64% -
HSV(B) 0.72º 0.41% 0.8% -
XYZ 35.31 28.14 21.66 -
YUV 146.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 204 122 121 0 0.40 0.41 0.2 0.72 0.45 0.64
Hex CC 7A 79 0 28 29 14 1 2D 40
Octal 314 172 171 0 50 51 24 1 55 100
Binary 11001100 1111010 1111001 0 101000 101001 10100 1 101101 1000000

Color Harmonies of #CC7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A79

Black with #CC7A79

Text Example


Text Example

White with #CC7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A79; }

 p { color: rgb(204,122,121); }

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

background-color css

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

 a { background-color: rgb(204,122,121); }

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

border-color css

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

 span { border-color: rgb(204,122,121); }

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