Html Css Color HEX #C17A56 Japonica

📋 copy color: '#C17A56'

red 193 ◦ green 122 ◦ blue 86

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

Shades of Japonica #C17A56

Tints of Japonica #C17A56

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

 GREEN value IS 122 (48.05% from 255) = 30.42%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 48.13%
G = 30.42%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C17A56 (or 0xC17A56) is known color: Japonica. HEX triplet: C1, 7A and 56. RGB value is (193,122,86). Sum of RGB (Red+Green+Blue) = 193+122+86=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A56 is #3E85A9. Grayscale: #8B8B8B. Windows color (decimal): -4097450 or 5667521. OLE color: 5667521.

HSL color Cylindrical-coordinate representation of color #C17A56: hue angle of 20.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C17A56 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 86 -
CMYK 0 0.37 0.55 0.24
HSL 20.19º 0.46% 0.55% -
HSV(B) 20.19º 0.55% 0.76% -
XYZ 30.63 25.93 12.19 -
YUV 139.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 193 122 86 0 0.37 0.55 0.24 20.19 0.46 0.55
Hex C1 7A 56 0 25 37 18 14 2E 37
Octal 301 172 126 0 45 67 30 24 56 67
Binary 11000001 1111010 1010110 0 100101 110111 11000 10100 101110 110111

Color Harmonies of #C17A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A56

Black with #C17A56

Text Example


Text Example

White with #C17A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A56; }

 p { color: rgb(193,122,86); }

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

background-color css

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

 a { background-color: rgb(193,122,86); }

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

border-color css

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

 span { border-color: rgb(193,122,86); }

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