Html Css Color HEX #D07974 Sea Pink

📋 copy color: '#D07974'

red 208 ◦ green 121 ◦ blue 116

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

Shades of Sea Pink #D07974

Tints of Sea Pink #D07974

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

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

R = 46.74%
G = 27.19%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07974 (or 0xD07974) is known color: Sea Pink. HEX triplet: D0, 79 and 74. RGB value is (208,121,116). Sum of RGB (Red+Green+Blue) = 208+121+116=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07974 is #2F868B. Grayscale: #929292. Windows color (decimal): -3114636 or 7633360. OLE color: 7633360.

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

Color convert

RGB 208 121 116 -
CMYK 0 0.42 0.44 0.18
HSL 3.26º 0.49% 0.64% -
HSV(B) 3.26º 0.44% 0.82% -
XYZ 36 28.35 20.1 -
YUV 146.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 208 121 116 0 0.42 0.44 0.18 3.26 0.49 0.64
Hex D0 79 74 0 2A 2C 12 3 31 40
Octal 320 171 164 0 52 54 22 3 61 100
Binary 11010000 1111001 1110100 0 101010 101100 10010 11 110001 1000000

Color Harmonies of #D07974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07974

Black with #D07974

Text Example


Text Example

White with #D07974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07974; }

 p { color: rgb(208,121,116); }

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

background-color css

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

 a { background-color: rgb(208,121,116); }

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

border-color css

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

 span { border-color: rgb(208,121,116); }

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