Html Css Color HEX #D5765C Japonica

📋 copy color: '#D5765C'

red 213 ◦ green 118 ◦ blue 92

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

Shades of Japonica #D5765C

Tints of Japonica #D5765C

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 118 (46.48% from 255) = 27.9%

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 50.35%
G = 27.9%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5765C (or 0xD5765C) is known color: Japonica. HEX triplet: D5, 76 and 5C. RGB value is (213,118,92). Sum of RGB (Red+Green+Blue) = 213+118+92=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5765C is #2A89A3. Grayscale: #8F8F8F. Windows color (decimal): -2787748 or 6059733. OLE color: 6059733.

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

Color convert

RGB 213 118 92 -
CMYK 0 0.45 0.57 0.16
HSL 12.89º 0.59% 0.6% -
HSV(B) 12.89º 0.57% 0.84% -
XYZ 35.85 27.88 13.62 -
YUV 143.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 213 118 92 0 0.45 0.57 0.16 12.89 0.59 0.6
Hex D5 76 5C 0 2D 39 10 D 3B 3C
Octal 325 166 134 0 55 71 20 15 73 74
Binary 11010101 1110110 1011100 0 101101 111001 10000 1101 111011 111100

Color Harmonies of #D5765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5765C

Black with #D5765C

Text Example


Text Example

White with #D5765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5765C; }

 p { color: rgb(213,118,92); }

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

background-color css

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

 a { background-color: rgb(213,118,92); }

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

border-color css

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

 span { border-color: rgb(213,118,92); }

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