Html Css Color HEX #C17655 Japonica

📋 copy color: '#C17655'

red 193 ◦ green 118 ◦ blue 85

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

Shades of Japonica #C17655

Tints of Japonica #C17655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 48.74%
G = 29.8%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17655 (or 0xC17655) is known color: Japonica. HEX triplet: C1, 76 and 55. RGB value is (193,118,85). Sum of RGB (Red+Green+Blue) = 193+118+85=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17655 is #3E89AA. Grayscale: #888888. Windows color (decimal): -4098475 or 5600961. OLE color: 5600961.

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

Color convert

RGB 193 118 85 -
CMYK 0 0.39 0.56 0.24
HSL 18.33º 0.47% 0.55% -
HSV(B) 18.33º 0.56% 0.76% -
XYZ 30.11 24.95 11.82 -
YUV 136.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 193 118 85 0 0.39 0.56 0.24 18.33 0.47 0.55
Hex C1 76 55 0 27 38 18 12 2F 37
Octal 301 166 125 0 47 70 30 22 57 67
Binary 11000001 1110110 1010101 0 100111 111000 11000 10010 101111 110111

Color Harmonies of #C17655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17655

Black with #C17655

Text Example


Text Example

White with #C17655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17655; }

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

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

background-color css

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

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

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

border-color css

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

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

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