Html Css Color HEX #C56F54 Japonica

📋 copy color: '#C56F54'

red 197 ◦ green 111 ◦ blue 84

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

Shades of Japonica #C56F54

Tints of Japonica #C56F54

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

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

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

R = 50.26%
G = 28.32%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56F54 (or 0xC56F54) is known color: Japonica. HEX triplet: C5, 6F and 54. RGB value is (197,111,84). Sum of RGB (Red+Green+Blue) = 197+111+84=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F54 is #3A90AB. Grayscale: #858585. Windows color (decimal): -3838124 or 5533637. OLE color: 5533637.

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

Color convert

RGB 197 111 84 -
CMYK 0 0.44 0.57 0.23
HSL 14.34º 0.49% 0.55% -
HSV(B) 14.34º 0.57% 0.77% -
XYZ 30.31 23.88 11.4 -
YUV 133.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 197 111 84 0 0.44 0.57 0.23 14.34 0.49 0.55
Hex C5 6F 54 0 2C 39 17 E 31 37
Octal 305 157 124 0 54 71 27 16 61 67
Binary 11000101 1101111 1010100 0 101100 111001 10111 1110 110001 110111

Color Harmonies of #C56F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F54

Black with #C56F54

Text Example


Text Example

White with #C56F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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