Html Css Color HEX #C17556 Japonica

📋 copy color: '#C17556'

red 193 ◦ green 117 ◦ blue 86

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

Shades of Japonica #C17556

Tints of Japonica #C17556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

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

R = 48.74%
G = 29.55%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C17556 (or 0xC17556) is known color: Japonica. HEX triplet: C1, 75 and 56. RGB value is (193,117,86). Sum of RGB (Red+Green+Blue) = 193+117+86=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17556 is #3E8AA9. Grayscale: #888888. Windows color (decimal): -4098730 or 5666241. OLE color: 5666241.

HSL color Cylindrical-coordinate representation of color #C17556: hue angle of 17.38º 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 #C17556 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 86 -
CMYK 0 0.39 0.55 0.24
HSL 17.38º 0.46% 0.55% -
HSV(B) 17.38º 0.55% 0.76% -
XYZ 30.03 24.73 11.99 -
YUV 136.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 193 117 86 0 0.39 0.55 0.24 17.38 0.46 0.55
Hex C1 75 56 0 27 37 18 11 2E 37
Octal 301 165 126 0 47 67 30 21 56 67
Binary 11000001 1110101 1010110 0 100111 110111 11000 10001 101110 110111

Color Harmonies of #C17556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17556

Black with #C17556

Text Example


Text Example

White with #C17556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17556; }

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

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

background-color css

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

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

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

border-color css

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

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

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