Html Css Color HEX #CF7D78 Sea Pink

📋 copy color: '#CF7D78'

red 207 ◦ green 125 ◦ blue 120

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

Shades of Sea Pink #CF7D78

Tints of Sea Pink #CF7D78

RGB

 RED value IS 207 (81.25% from 255) = 45.8%

 GREEN value IS 125 (49.22% from 255) = 27.65%

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

R = 45.8%
G = 27.65%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7D78 (or 0xCF7D78) is known color: Sea Pink. HEX triplet: CF, 7D and 78. RGB value is (207,125,120). Sum of RGB (Red+Green+Blue) = 207+125+120=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D78 is #308287. Grayscale: #959595. Windows color (decimal): -3179144 or 7896527. OLE color: 7896527.

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

Color convert

RGB 207 125 120 -
CMYK 0 0.40 0.42 0.19
HSL 3.45º 0.48% 0.64% -
HSV(B) 3.45º 0.42% 0.81% -
XYZ 36.46 29.29 21.5 -
YUV 148.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 207 125 120 0 0.40 0.42 0.19 3.45 0.48 0.64
Hex CF 7D 78 0 28 2A 13 3 30 40
Octal 317 175 170 0 50 52 23 3 60 100
Binary 11001111 1111101 1111000 0 101000 101010 10011 11 110000 1000000

Color Harmonies of #CF7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D78

Black with #CF7D78

Text Example


Text Example

White with #CF7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D78; }

 p { color: rgb(207,125,120); }

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

background-color css

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

 a { background-color: rgb(207,125,120); }

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

border-color css

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

 span { border-color: rgb(207,125,120); }

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