Html Css Color HEX #C56F58 Japonica

📋 copy color: '#C56F58'

red 197 ◦ green 111 ◦ blue 88

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

Shades of Japonica #C56F58

Tints of Japonica #C56F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 49.75%
G = 28.03%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C56F58 (or 0xC56F58) is known color: Japonica. HEX triplet: C5, 6F and 58. RGB value is (197,111,88). Sum of RGB (Red+Green+Blue) = 197+111+88=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F58 is #3A90A7. Grayscale: #868686. Windows color (decimal): -3838120 or 5795781. OLE color: 5795781.

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

Color convert

RGB 197 111 88 -
CMYK 0 0.44 0.55 0.23
HSL 12.66º 0.48% 0.56% -
HSV(B) 12.66º 0.55% 0.77% -
XYZ 30.47 23.94 12.25 -
YUV 134.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 197 111 88 0 0.44 0.55 0.23 12.66 0.48 0.56
Hex C5 6F 58 0 2C 37 17 D 30 38
Octal 305 157 130 0 54 67 27 15 60 70
Binary 11000101 1101111 1011000 0 101100 110111 10111 1101 110000 111000

Color Harmonies of #C56F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F58

Black with #C56F58

Text Example


Text Example

White with #C56F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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