Html Css Color HEX #CF7F7C Sea Pink

📋 copy color: '#CF7F7C'

red 207 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #CF7F7C

Tints of Sea Pink #CF7F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 45.2%
G = 27.73%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF7F7C (or 0xCF7F7C) is known color: Sea Pink. HEX triplet: CF, 7F and 7C. RGB value is (207,127,124). Sum of RGB (Red+Green+Blue) = 207+127+124=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F7C is #308083. Grayscale: #969696. Windows color (decimal): -3178628 or 8159183. OLE color: 8159183.

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

Color convert

RGB 207 127 124 -
CMYK 0 0.39 0.40 0.19
HSL 2.17º 0.46% 0.65% -
HSV(B) 2.17º 0.4% 0.81% -
XYZ 36.96 29.9 22.89 -
YUV 150.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 207 127 124 0 0.39 0.40 0.19 2.17 0.46 0.65
Hex CF 7F 7C 0 27 28 13 2 2E 41
Octal 317 177 174 0 47 50 23 2 56 101
Binary 11001111 1111111 1111100 0 100111 101000 10011 10 101110 1000001

Color Harmonies of #CF7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F7C

Black with #CF7F7C

Text Example


Text Example

White with #CF7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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