Html Css Color HEX #CF807E Sea Pink

📋 copy color: '#CF807E'

red 207 ◦ green 128 ◦ blue 126

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

Shades of Sea Pink #CF807E

Tints of Sea Pink #CF807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 44.9%
G = 27.77%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF807E (or 0xCF807E) is known color: Sea Pink. HEX triplet: CF, 80 and 7E. RGB value is (207,128,126). Sum of RGB (Red+Green+Blue) = 207+128+126=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF807E is #307F81. Grayscale: #979797. Windows color (decimal): -3178370 or 8290511. OLE color: 8290511.

HSL color Cylindrical-coordinate representation of color #CF807E: hue angle of 1.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF807E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 126 -
CMYK 0 0.38 0.39 0.19
HSL 1.48º 0.46% 0.65% -
HSV(B) 1.48º 0.39% 0.81% -
XYZ 37.22 30.21 23.61 -
YUV 151.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 207 128 126 0 0.38 0.39 0.19 1.48 0.46 0.65
Hex CF 80 7E 0 26 27 13 1 2E 41
Octal 317 200 176 0 46 47 23 1 56 101
Binary 11001111 10000000 1111110 0 100110 100111 10011 1 101110 1000001

Color Harmonies of #CF807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF807E

Black with #CF807E

Text Example


Text Example

White with #CF807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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