Html Css Color HEX #D67676 Sea Pink

📋 copy color: '#D67676'

red 214 ◦ green 118 ◦ blue 118

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

Shades of Sea Pink #D67676

Tints of Sea Pink #D67676

RGB

 RED value IS 214 (83.98% from 255) = 47.56%

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 47.56%
G = 26.22%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67676 (or 0xD67676) is known color: Sea Pink. HEX triplet: D6, 76 and 76. RGB value is (214,118,118). Sum of RGB (Red+Green+Blue) = 214+118+118=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D67676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67676 is #298989. Grayscale: #929292. Windows color (decimal): -2722186 or 7763670. OLE color: 7763670.

HSL color Cylindrical-coordinate representation of color #D67676: hue angle of 0º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67676 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 118 -
CMYK 0 0.45 0.45 0.16
HSL 0.54% 0.65% -
HSV(B) 0.45% 0.84% -
XYZ 37.48 28.56 20.68 -
YUV 146.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 214 118 118 0 0.45 0.45 0.16 0 0.54 0.65
Hex D6 76 76 0 2D 2D 10 0 36 41
Octal 326 166 166 0 55 55 20 0 66 101
Binary 11010110 1110110 1110110 0 101101 101101 10000 0 110110 1000001

Color Harmonies of #D67676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67676

Black with #D67676

Text Example


Text Example

White with #D67676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67676; }

 p { color: rgb(214,118,118); }

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

background-color css

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

 a { background-color: rgb(214,118,118); }

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

border-color css

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

 span { border-color: rgb(214,118,118); }

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