Html Css Color HEX #C76F54 Japonica

📋 copy color: '#C76F54'

red 199 ◦ green 111 ◦ blue 84

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

Shades of Japonica #C76F54

Tints of Japonica #C76F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 50.51%
G = 28.17%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C76F54 (or 0xC76F54) is known color: Japonica. HEX triplet: C7, 6F and 54. RGB value is (199,111,84). Sum of RGB (Red+Green+Blue) = 199+111+84=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F54 is #3890AB. Grayscale: #868686. Windows color (decimal): -3707052 or 5533639. OLE color: 5533639.

HSL color Cylindrical-coordinate representation of color #C76F54: hue angle of 14.09º 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 #C76F54 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 84 -
CMYK 0 0.44 0.58 0.22
HSL 14.09º 0.51% 0.55% -
HSV(B) 14.09º 0.58% 0.78% -
XYZ 30.84 24.15 11.42 -
YUV 134.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 199 111 84 0 0.44 0.58 0.22 14.09 0.51 0.55
Hex C7 6F 54 0 2C 3A 16 E 33 37
Octal 307 157 124 0 54 72 26 16 63 67
Binary 11000111 1101111 1010100 0 101100 111010 10110 1110 110011 110111

Color Harmonies of #C76F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F54

Black with #C76F54

Text Example


Text Example

White with #C76F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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