Html Css Color HEX #CC7B78 Sea Pink

📋 copy color: '#CC7B78'

red 204 ◦ green 123 ◦ blue 120

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

Shades of Sea Pink #CC7B78

Tints of Sea Pink #CC7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 45.64%
G = 27.52%
B = 26.85%

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

#CC7B78 (or 0xCC7B78) is known color: Sea Pink. HEX triplet: CC, 7B and 78. RGB value is (204,123,120). Sum of RGB (Red+Green+Blue) = 204+123+120=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B78 is #338487. Grayscale: #929292. Windows color (decimal): -3376264 or 7896012. OLE color: 7896012.

HSL color Cylindrical-coordinate representation of color #CC7B78: hue angle of 2.14º 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 #CC7B78 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 120 -
CMYK 0 0.40 0.41 0.2
HSL 2.14º 0.45% 0.64% -
HSV(B) 2.14º 0.41% 0.8% -
XYZ 35.37 28.36 21.38 -
YUV 146.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 204 123 120 0 0.40 0.41 0.2 2.14 0.45 0.64
Hex CC 7B 78 0 28 29 14 2 2D 40
Octal 314 173 170 0 50 51 24 2 55 100
Binary 11001100 1111011 1111000 0 101000 101001 10100 10 101101 1000000

Color Harmonies of #CC7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B78

Black with #CC7B78

Text Example


Text Example

White with #CC7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B78; }

 p { color: rgb(204,123,120); }

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

background-color css

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

 a { background-color: rgb(204,123,120); }

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

border-color css

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

 span { border-color: rgb(204,123,120); }

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