Html Css Color HEX #CF807F Sea Pink

📋 copy color: '#CF807F'

red 207 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #CF807F

Tints of Sea Pink #CF807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 44.81%
G = 27.71%
B = 27.49%

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

#CF807F (or 0xCF807F) is known color: Sea Pink. HEX triplet: CF, 80 and 7F. RGB value is (207,128,127). Sum of RGB (Red+Green+Blue) = 207+128+127=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF807F is #307F80. Grayscale: #979797. Windows color (decimal): -3178369 or 8356047. OLE color: 8356047.

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

Color convert

RGB 207 128 127 -
CMYK 0 0.38 0.39 0.19
HSL 0.75º 0.45% 0.65% -
HSV(B) 0.75º 0.39% 0.81% -
XYZ 37.28 30.24 23.95 -
YUV 151.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 207 128 127 0 0.38 0.39 0.19 0.75 0.45 0.65
Hex CF 80 7F 0 26 27 13 1 2D 41
Octal 317 200 177 0 46 47 23 1 55 101
Binary 11001111 10000000 1111111 0 100110 100111 10011 1 101101 1000001

Color Harmonies of #CF807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF807F

Black with #CF807F

Text Example


Text Example

White with #CF807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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