Html Css Color HEX #C76C54 Japonica

📋 copy color: '#C76C54'

red 199 ◦ green 108 ◦ blue 84

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

Shades of Japonica #C76C54

Tints of Japonica #C76C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.48%

R = 50.9%
G = 27.62%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C76C54 (or 0xC76C54) is known color: Japonica. HEX triplet: C7, 6C and 54. RGB value is (199,108,84). Sum of RGB (Red+Green+Blue) = 199+108+84=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C54 is #3893AB. Grayscale: #848484. Windows color (decimal): -3707820 or 5532871. OLE color: 5532871.

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

Color convert

RGB 199 108 84 -
CMYK 0 0.46 0.58 0.22
HSL 12.52º 0.51% 0.55% -
HSV(B) 12.52º 0.58% 0.78% -
XYZ 30.52 23.51 11.32 -
YUV 132.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 199 108 84 0 0.46 0.58 0.22 12.52 0.51 0.55
Hex C7 6C 54 0 2E 3A 16 D 33 37
Octal 307 154 124 0 56 72 26 15 63 67
Binary 11000111 1101100 1010100 0 101110 111010 10110 1101 110011 110111

Color Harmonies of #C76C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C54

Black with #C76C54

Text Example


Text Example

White with #C76C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C54; }

 p { color: rgb(199,108,84); }

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

background-color css

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

 a { background-color: rgb(199,108,84); }

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

border-color css

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

 span { border-color: rgb(199,108,84); }

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