Html Css Color HEX #C17755 Japonica

📋 copy color: '#C17755'

red 193 ◦ green 119 ◦ blue 85

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

Shades of Japonica #C17755

Tints of Japonica #C17755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 48.61%
G = 29.97%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17755 (or 0xC17755) is known color: Japonica. HEX triplet: C1, 77 and 55. RGB value is (193,119,85). Sum of RGB (Red+Green+Blue) = 193+119+85=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17755 is #3E88AA. Grayscale: #898989. Windows color (decimal): -4098219 or 5601217. OLE color: 5601217.

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

Color convert

RGB 193 119 85 -
CMYK 0 0.38 0.56 0.24
HSL 18.89º 0.47% 0.55% -
HSV(B) 18.89º 0.56% 0.76% -
XYZ 30.23 25.19 11.86 -
YUV 137.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 193 119 85 0 0.38 0.56 0.24 18.89 0.47 0.55
Hex C1 77 55 0 26 38 18 13 2F 37
Octal 301 167 125 0 46 70 30 23 57 67
Binary 11000001 1110111 1010101 0 100110 111000 11000 10011 101111 110111

Color Harmonies of #C17755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17755

Black with #C17755

Text Example


Text Example

White with #C17755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17755; }

 p { color: rgb(193,119,85); }

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

background-color css

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

 a { background-color: rgb(193,119,85); }

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

border-color css

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

 span { border-color: rgb(193,119,85); }

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