Html Css Color HEX #CF7973 Sea Pink

📋 copy color: '#CF7973'

red 207 ◦ green 121 ◦ blue 115

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

Shades of Sea Pink #CF7973

Tints of Sea Pink #CF7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 46.73%
G = 27.31%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7973 (or 0xCF7973) is known color: Sea Pink. HEX triplet: CF, 79 and 73. RGB value is (207,121,115). Sum of RGB (Red+Green+Blue) = 207+121+115=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7973 is #30868C. Grayscale: #929292. Windows color (decimal): -3180173 or 7567823. OLE color: 7567823.

HSL color Cylindrical-coordinate representation of color #CF7973: hue angle of 3.91º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7973 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 115 -
CMYK 0 0.42 0.44 0.19
HSL 3.91º 0.49% 0.63% -
HSV(B) 3.91º 0.44% 0.81% -
XYZ 35.66 28.18 19.78 -
YUV 146.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 207 121 115 0 0.42 0.44 0.19 3.91 0.49 0.63
Hex CF 79 73 0 2A 2C 13 4 31 3F
Octal 317 171 163 0 52 54 23 4 61 77
Binary 11001111 1111001 1110011 0 101010 101100 10011 100 110001 111111

Color Harmonies of #CF7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7973

Black with #CF7973

Text Example


Text Example

White with #CF7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7973; }

 p { color: rgb(207,121,115); }

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

background-color css

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

 a { background-color: rgb(207,121,115); }

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

border-color css

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

 span { border-color: rgb(207,121,115); }

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