Html Css Color HEX #D26676 Froly

📋 copy color: '#D26676'

red 210 ◦ green 102 ◦ blue 118

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

Shades of Froly #D26676

Tints of Froly #D26676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.72%

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

R = 48.84%
G = 23.72%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D26676 (or 0xD26676) is known color: Froly. HEX triplet: D2, 66 and 76. RGB value is (210,102,118). Sum of RGB (Red+Green+Blue) = 210+102+118=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D26676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26676 is #2D9989. Grayscale: #888888. Windows color (decimal): -2988426 or 7759570. OLE color: 7759570.

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

Color convert

RGB 210 102 118 -
CMYK 0 0.51 0.44 0.18
HSL 351.11º 0.55% 0.61% -
HSV(B) 351.11º 0.51% 0.82% -
XYZ 34.6 24.51 20.05 -
YUV 136.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 210 102 118 0 0.51 0.44 0.18 351.11 0.55 0.61
Hex D2 66 76 0 33 2C 12 15F 37 3D
Octal 322 146 166 0 63 54 22 537 67 75
Binary 11010010 1100110 1110110 0 110011 101100 10010 101011111 110111 111101

Color Harmonies of #D26676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26676

Black with #D26676

Text Example


Text Example

White with #D26676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26676; }

 p { color: rgb(210,102,118); }

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

background-color css

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

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

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

border-color css

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

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

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