#D26C5C

Color #D26C5C Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D26C5C

Tints of Japonica #D26C5C

Color information

#D26C5C (or 0xD26C5C) is unknown color: approx Japonica. HEX triplet: D2, 6C and 5C. RGB value is (210,108,92). Sum of RGB (Red+Green+Blue) = 210+108+92=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5C is #2D93A3. Grayscale: #888888. Windows color (decimal): -2986916 or 6057170. OLE color: 6057170.

HSL color Cylindrical-coordinate representation of color #D26C5C: hue angle of 8.14º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26C5C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21010892-
CMYK00.490.560.18
HSL8.14º56.73%59.22%-
HSV(B)8.14º56.19%82.35%-
XYZ33.8725.213.2-
YUV136.67102.79180.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.22%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=51.22%
G=26.34%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101089200.490.560.188.1456.7359.22
HexD26C5C03138128393b
Octal3221541340617022107173
Binary11010010110110010111000110001111000100101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C5C; }

 p { color: rgb(210,108,92); }

 H1.HeaderClassName
 {
   color: #D26C5C;
 }
 .AnyTagClassName
 {
   color: #D26C5C;
 }
</style>
background-color css

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

 a { background-color: rgb(210,108,92); }

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

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

 span { border-color: rgb(210,108,92); }

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