Html Css Color HEX #CF8079 Sea Pink

📋 copy color: '#CF8079'

red 207 ◦ green 128 ◦ blue 121

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

Shades of Sea Pink #CF8079

Tints of Sea Pink #CF8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.07%

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

R = 45.39%
G = 28.07%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF8079 (or 0xCF8079) is known color: Sea Pink. HEX triplet: CF, 80 and 79. RGB value is (207,128,121). Sum of RGB (Red+Green+Blue) = 207+128+121=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8079 is #307F86. Grayscale: #969696. Windows color (decimal): -3178375 or 7962831. OLE color: 7962831.

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

Color convert

RGB 207 128 121 -
CMYK 0 0.38 0.42 0.19
HSL 4.88º 0.47% 0.64% -
HSV(B) 4.88º 0.42% 0.81% -
XYZ 36.9 30.08 21.95 -
YUV 150.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 207 128 121 0 0.38 0.42 0.19 4.88 0.47 0.64
Hex CF 80 79 0 26 2A 13 5 2F 40
Octal 317 200 171 0 46 52 23 5 57 100
Binary 11001111 10000000 1111001 0 100110 101010 10011 101 101111 1000000

Color Harmonies of #CF8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8079

Black with #CF8079

Text Example


Text Example

White with #CF8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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