Html Css Color HEX #D06C60 Japonica

📋 copy color: '#D06C60'

red 208 ◦ green 108 ◦ blue 96

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

Shades of Japonica #D06C60

Tints of Japonica #D06C60

RGB

 RED value IS 208 (81.64% from 255) = 50.49%

 GREEN value IS 108 (42.58% from 255) = 26.21%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 50.49%
G = 26.21%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D06C60 (or 0xD06C60) is known color: Japonica. HEX triplet: D0, 6C and 60. RGB value is (208,108,96). Sum of RGB (Red+Green+Blue) = 208+108+96=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C60 is #2F939F. Grayscale: #888888. Windows color (decimal): -3117984 or 6319312. OLE color: 6319312.

HSL color Cylindrical-coordinate representation of color #D06C60: hue angle of 6.43º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06C60 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 96 -
CMYK 0 0.48 0.54 0.18
HSL 6.43º 0.54% 0.6% -
HSV(B) 6.43º 0.54% 0.82% -
XYZ 33.49 24.98 14.12 -
YUV 136.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 208 108 96 0 0.48 0.54 0.18 6.43 0.54 0.6
Hex D0 6C 60 0 30 36 12 6 36 3C
Octal 320 154 140 0 60 66 22 6 66 74
Binary 11010000 1101100 1100000 0 110000 110110 10010 110 110110 111100

Color Harmonies of #D06C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C60

Black with #D06C60

Text Example


Text Example

White with #D06C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C60; }

 p { color: rgb(208,108,96); }

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

background-color css

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

 a { background-color: rgb(208,108,96); }

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

border-color css

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

 span { border-color: rgb(208,108,96); }

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