Html Css Color HEX #CF7978 Sea Pink

📋 copy color: '#CF7978'

red 207 ◦ green 121 ◦ blue 120

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

Shades of Sea Pink #CF7978

Tints of Sea Pink #CF7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 46.21%
G = 27.01%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7978 (or 0xCF7978) is known color: Sea Pink. HEX triplet: CF, 79 and 78. RGB value is (207,121,120). Sum of RGB (Red+Green+Blue) = 207+121+120=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7978 is #308687. Grayscale: #929292. Windows color (decimal): -3180168 or 7895503. OLE color: 7895503.

HSL color Cylindrical-coordinate representation of color #CF7978: hue angle of 0.69º 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 #CF7978 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 120 -
CMYK 0 0.42 0.42 0.19
HSL 0.69º 0.48% 0.64% -
HSV(B) 0.69º 0.42% 0.81% -
XYZ 35.96 28.3 21.34 -
YUV 146.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 207 121 120 0 0.42 0.42 0.19 0.69 0.48 0.64
Hex CF 79 78 0 2A 2A 13 1 30 40
Octal 317 171 170 0 52 52 23 1 60 100
Binary 11001111 1111001 1111000 0 101010 101010 10011 1 110000 1000000

Color Harmonies of #CF7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7978

Black with #CF7978

Text Example


Text Example

White with #CF7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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