Html Css Color HEX #CF7774 Sea Pink

📋 copy color: '#CF7774'

red 207 ◦ green 119 ◦ blue 116

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

Shades of Sea Pink #CF7774

Tints of Sea Pink #CF7774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 46.83%
G = 26.92%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7774 (or 0xCF7774) is known color: Sea Pink. HEX triplet: CF, 77 and 74. RGB value is (207,119,116). Sum of RGB (Red+Green+Blue) = 207+119+116=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7774 is #30888B. Grayscale: #919191. Windows color (decimal): -3180684 or 7632847. OLE color: 7632847.

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

Color convert

RGB 207 119 116 -
CMYK 0 0.43 0.44 0.19
HSL 1.98º 0.49% 0.63% -
HSV(B) 1.98º 0.44% 0.81% -
XYZ 35.48 27.72 20 -
YUV 144.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 207 119 116 0 0.43 0.44 0.19 1.98 0.49 0.63
Hex CF 77 74 0 2B 2C 13 2 31 3F
Octal 317 167 164 0 53 54 23 2 61 77
Binary 11001111 1110111 1110100 0 101011 101100 10011 10 110001 111111

Color Harmonies of #CF7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7774

Black with #CF7774

Text Example


Text Example

White with #CF7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7774; }

 p { color: rgb(207,119,116); }

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

background-color css

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

 a { background-color: rgb(207,119,116); }

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

border-color css

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

 span { border-color: rgb(207,119,116); }

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