Html Css Color HEX #CF8078 Sea Pink

📋 copy color: '#CF8078'

red 207 ◦ green 128 ◦ blue 120

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

Shades of Sea Pink #CF8078

Tints of Sea Pink #CF8078

RGB

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

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

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

R = 45.49%
G = 28.13%
B = 26.37%

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

#CF8078 (or 0xCF8078) is known color: Sea Pink. HEX triplet: CF, 80 and 78. RGB value is (207,128,120). Sum of RGB (Red+Green+Blue) = 207+128+120=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8078 is #307F87. Grayscale: #969696. Windows color (decimal): -3178376 or 7897295. OLE color: 7897295.

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

Color convert

RGB 207 128 120 -
CMYK 0 0.38 0.42 0.19
HSL 5.52º 0.48% 0.64% -
HSV(B) 5.52º 0.42% 0.81% -
XYZ 36.84 30.06 21.63 -
YUV 150.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 207 128 120 0 0.38 0.42 0.19 5.52 0.48 0.64
Hex CF 80 78 0 26 2A 13 6 30 40
Octal 317 200 170 0 46 52 23 6 60 100
Binary 11001111 10000000 1111000 0 100110 101010 10011 110 110000 1000000

Color Harmonies of #CF8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8078

Black with #CF8078

Text Example


Text Example

White with #CF8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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