Html Css Color HEX #C76E5A Japonica

📋 copy color: '#C76E5A'

red 199 ◦ green 110 ◦ blue 90

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

Shades of Japonica #C76E5A

Tints of Japonica #C76E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 49.87%
G = 27.57%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C76E5A (or 0xC76E5A) is known color: Japonica. HEX triplet: C7, 6E and 5A. RGB value is (199,110,90). Sum of RGB (Red+Green+Blue) = 199+110+90=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E5A is #3891A5. Grayscale: #868686. Windows color (decimal): -3707302 or 5926599. OLE color: 5926599.

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

Color convert

RGB 199 110 90 -
CMYK 0 0.45 0.55 0.22
HSL 11.01º 0.49% 0.57% -
HSV(B) 11.01º 0.55% 0.78% -
XYZ 30.97 24.03 12.68 -
YUV 134.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 199 110 90 0 0.45 0.55 0.22 11.01 0.49 0.57
Hex C7 6E 5A 0 2D 37 16 B 31 39
Octal 307 156 132 0 55 67 26 13 61 71
Binary 11000111 1101110 1011010 0 101101 110111 10110 1011 110001 111001

Color Harmonies of #C76E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E5A

Black with #C76E5A

Text Example


Text Example

White with #C76E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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