Html Css Color HEX #D76178 Cranberry

📋 copy color: '#D76178'

red 215 ◦ green 97 ◦ blue 120

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

Shades of Cranberry #D76178

Tints of Cranberry #D76178

RGB

 RED value IS 215 (84.38% from 255) = 49.77%

 GREEN value IS 97 (38.28% from 255) = 22.45%

 BLUE value IS 120 (47.27% from 255) = 27.78%

R = 49.77%
G = 22.45%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76178 (or 0xD76178) is known color: Cranberry. HEX triplet: D7, 61 and 78. RGB value is (215,97,120). Sum of RGB (Red+Green+Blue) = 215+97+120=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76178 is #289E87. Grayscale: #868686. Windows color (decimal): -2662024 or 7889367. OLE color: 7889367.

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

Color convert

RGB 215 97 120 -
CMYK 0 0.55 0.44 0.16
HSL 348.31º 0.6% 0.61% -
HSV(B) 348.31º 0.55% 0.84% -
XYZ 35.69 24.35 20.59 -
YUV 134.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 215 97 120 0 0.55 0.44 0.16 348.31 0.6 0.61
Hex D7 61 78 0 37 2C 10 15C 3C 3D
Octal 327 141 170 0 67 54 20 534 74 75
Binary 11010111 1100001 1111000 0 110111 101100 10000 101011100 111100 111101

Color Harmonies of #D76178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76178

Black with #D76178

Text Example


Text Example

White with #D76178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76178; }

 p { color: rgb(215,97,120); }

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

background-color css

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

 a { background-color: rgb(215,97,120); }

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

border-color css

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

 span { border-color: rgb(215,97,120); }

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