Html Css Color HEX #CF8178 Sea Pink

📋 copy color: '#CF8178'

red 207 ◦ green 129 ◦ blue 120

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

Shades of Sea Pink #CF8178

Tints of Sea Pink #CF8178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 45.39%
G = 28.29%
B = 26.32%

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

#CF8178 (or 0xCF8178) is known color: Sea Pink. HEX triplet: CF, 81 and 78. RGB value is (207,129,120). Sum of RGB (Red+Green+Blue) = 207+129+120=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8178 is #307E87. Grayscale: #979797. Windows color (decimal): -3178120 or 7897551. OLE color: 7897551.

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

Color convert

RGB 207 129 120 -
CMYK 0 0.38 0.42 0.19
HSL 6.21º 0.48% 0.64% -
HSV(B) 6.21º 0.42% 0.81% -
XYZ 36.97 30.32 21.67 -
YUV 151.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 207 129 120 0 0.38 0.42 0.19 6.21 0.48 0.64
Hex CF 81 78 0 26 2A 13 6 30 40
Octal 317 201 170 0 46 52 23 6 60 100
Binary 11001111 10000001 1111000 0 100110 101010 10011 110 110000 1000000

Color Harmonies of #CF8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8178

Black with #CF8178

Text Example


Text Example

White with #CF8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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