Html Css Color HEX #CF7874 Sea Pink

📋 copy color: '#CF7874'

red 207 ◦ green 120 ◦ blue 116

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

Shades of Sea Pink #CF7874

Tints of Sea Pink #CF7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.09%

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

R = 46.73%
G = 27.09%
B = 26.19%

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

#CF7874 (or 0xCF7874) is known color: Sea Pink. HEX triplet: CF, 78 and 74. RGB value is (207,120,116). Sum of RGB (Red+Green+Blue) = 207+120+116=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7874 is #30878B. Grayscale: #919191. Windows color (decimal): -3180428 or 7633103. OLE color: 7633103.

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

Color convert

RGB 207 120 116 -
CMYK 0 0.42 0.44 0.19
HSL 2.64º 0.49% 0.63% -
HSV(B) 2.64º 0.44% 0.81% -
XYZ 35.6 27.96 20.04 -
YUV 145.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 207 120 116 0 0.42 0.44 0.19 2.64 0.49 0.63
Hex CF 78 74 0 2A 2C 13 3 31 3F
Octal 317 170 164 0 52 54 23 3 61 77
Binary 11001111 1111000 1110100 0 101010 101100 10011 11 110001 111111

Color Harmonies of #CF7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7874

Black with #CF7874

Text Example


Text Example

White with #CF7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7874; }

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

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

background-color css

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

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

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

border-color css

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

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

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