Html Css Color HEX #D27974 Sea Pink

📋 copy color: '#D27974'

red 210 ◦ green 121 ◦ blue 116

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

Shades of Sea Pink #D27974

Tints of Sea Pink #D27974

RGB

 RED value IS 210 (82.42% from 255) = 46.98%

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

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

R = 46.98%
G = 27.07%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D27974 (or 0xD27974) is known color: Sea Pink. HEX triplet: D2, 79 and 74. RGB value is (210,121,116). Sum of RGB (Red+Green+Blue) = 210+121+116=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27974 is #2D868B. Grayscale: #939393. Windows color (decimal): -2983564 or 7633362. OLE color: 7633362.

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

Color convert

RGB 210 121 116 -
CMYK 0 0.42 0.45 0.18
HSL 3.19º 0.51% 0.64% -
HSV(B) 3.19º 0.45% 0.82% -
XYZ 36.57 28.64 20.12 -
YUV 147.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 210 121 116 0 0.42 0.45 0.18 3.19 0.51 0.64
Hex D2 79 74 0 2A 2D 12 3 33 40
Octal 322 171 164 0 52 55 22 3 63 100
Binary 11010010 1111001 1110100 0 101010 101101 10010 11 110011 1000000

Color Harmonies of #D27974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27974

Black with #D27974

Text Example


Text Example

White with #D27974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27974; }

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

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

background-color css

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

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

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

border-color css

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

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

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