Html Css Color HEX #C76E5F Japonica

📋 copy color: '#C76E5F'

red 199 ◦ green 110 ◦ blue 95

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

Shades of Japonica #C76E5F

Tints of Japonica #C76E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 49.26%
G = 27.23%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76E5F (or 0xC76E5F) is known color: Japonica. HEX triplet: C7, 6E and 5F. RGB value is (199,110,95). Sum of RGB (Red+Green+Blue) = 199+110+95=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E5F is #3891A0. Grayscale: #878787. Windows color (decimal): -3707297 or 6254279. OLE color: 6254279.

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

Color convert

RGB 199 110 95 -
CMYK 0 0.45 0.52 0.22
HSL 8.65º 0.48% 0.58% -
HSV(B) 8.65º 0.52% 0.78% -
XYZ 31.19 24.12 13.84 -
YUV 134.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 199 110 95 0 0.45 0.52 0.22 8.65 0.48 0.58
Hex C7 6E 5F 0 2D 34 16 9 30 3A
Octal 307 156 137 0 55 64 26 11 60 72
Binary 11000111 1101110 1011111 0 101101 110100 10110 1001 110000 111010

Color Harmonies of #C76E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E5F

Black with #C76E5F

Text Example


Text Example

White with #C76E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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