Html Css Color HEX #D46969 Roman

📋 copy color: '#D46969'

red 212 ◦ green 105 ◦ blue 105

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

Shades of Roman #D46969

Tints of Roman #D46969

RGB

 RED value IS 212 (83.2% from 255) = 50.24%

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 50.24%
G = 24.88%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D46969 (or 0xD46969) is known color: Roman. HEX triplet: D4, 69 and 69. RGB value is (212,105,105). Sum of RGB (Red+Green+Blue) = 212+105+105=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D46969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46969 is #2B9696. Grayscale: #898989. Windows color (decimal): -2856599 or 6908372. OLE color: 6908372.

HSL color Cylindrical-coordinate representation of color #D46969: hue angle of 0º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46969 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 105 -
CMYK 0 0.50 0.50 0.17
HSL 0.55% 0.62% -
HSV(B) 0.5% 0.83% -
XYZ 34.75 25.12 16.38 -
YUV 136.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 212 105 105 0 0.50 0.50 0.17 0 0.55 0.62
Hex D4 69 69 0 32 32 11 0 37 3E
Octal 324 151 151 0 62 62 21 0 67 76
Binary 11010100 1101001 1101001 0 110010 110010 10001 0 110111 111110

Color Harmonies of #D46969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46969

Black with #D46969

Text Example


Text Example

White with #D46969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46969; }

 p { color: rgb(212,105,105); }

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

background-color css

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

 a { background-color: rgb(212,105,105); }

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

border-color css

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

 span { border-color: rgb(212,105,105); }

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