Html Css Color HEX #C76E5D Japonica

📋 copy color: '#C76E5D'

red 199 ◦ green 110 ◦ blue 93

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

Shades of Japonica #C76E5D

Tints of Japonica #C76E5D

RGB

 RED value IS 199 (78.13% from 255) = 49.5%

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 49.5%
G = 27.36%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C76E5D (or 0xC76E5D) is known color: Japonica. HEX triplet: C7, 6E and 5D. RGB value is (199,110,93). Sum of RGB (Red+Green+Blue) = 199+110+93=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E5D is #3891A2. Grayscale: #868686. Windows color (decimal): -3707299 or 6123207. OLE color: 6123207.

HSL color Cylindrical-coordinate representation of color #C76E5D: hue angle of 9.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76E5D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 93 -
CMYK 0 0.45 0.53 0.22
HSL 9.62º 0.49% 0.57% -
HSV(B) 9.62º 0.53% 0.78% -
XYZ 31.1 24.08 13.37 -
YUV 134.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 199 110 93 0 0.45 0.53 0.22 9.62 0.49 0.57
Hex C7 6E 5D 0 2D 35 16 A 31 39
Octal 307 156 135 0 55 65 26 12 61 71
Binary 11000111 1101110 1011101 0 101101 110101 10110 1010 110001 111001

Color Harmonies of #C76E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E5D

Black with #C76E5D

Text Example


Text Example

White with #C76E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E5D; }

 p { color: rgb(199,110,93); }

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

background-color css

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

 a { background-color: rgb(199,110,93); }

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

border-color css

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

 span { border-color: rgb(199,110,93); }

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