Html Css Color HEX #C56F5B Japonica

📋 copy color: '#C56F5B'

red 197 ◦ green 111 ◦ blue 91

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

Shades of Japonica #C56F5B

Tints of Japonica #C56F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 49.37%
G = 27.82%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C56F5B (or 0xC56F5B) is known color: Japonica. HEX triplet: C5, 6F and 5B. RGB value is (197,111,91). Sum of RGB (Red+Green+Blue) = 197+111+91=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F5B is #3A90A4. Grayscale: #868686. Windows color (decimal): -3838117 or 5992389. OLE color: 5992389.

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

Color convert

RGB 197 111 91 -
CMYK 0 0.44 0.54 0.23
HSL 11.32º 0.48% 0.56% -
HSV(B) 11.32º 0.54% 0.77% -
XYZ 30.6 23.99 12.92 -
YUV 134.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 197 111 91 0 0.44 0.54 0.23 11.32 0.48 0.56
Hex C5 6F 5B 0 2C 36 17 B 30 38
Octal 305 157 133 0 54 66 27 13 60 70
Binary 11000101 1101111 1011011 0 101100 110110 10111 1011 110000 111000

Color Harmonies of #C56F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F5B

Black with #C56F5B

Text Example


Text Example

White with #C56F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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