Html Css Color HEX #C17255 Japonica

📋 copy color: '#C17255'

red 193 ◦ green 114 ◦ blue 85

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

Shades of Japonica #C17255

Tints of Japonica #C17255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

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

R = 49.23%
G = 29.08%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17255 (or 0xC17255) is known color: Japonica. HEX triplet: C1, 72 and 55. RGB value is (193,114,85). Sum of RGB (Red+Green+Blue) = 193+114+85=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17255 is #3E8DAA. Grayscale: #868686. Windows color (decimal): -4099499 or 5599937. OLE color: 5599937.

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

Color convert

RGB 193 114 85 -
CMYK 0 0.41 0.56 0.24
HSL 16.11º 0.47% 0.55% -
HSV(B) 16.11º 0.56% 0.76% -
XYZ 29.65 24.03 11.67 -
YUV 134.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 193 114 85 0 0.41 0.56 0.24 16.11 0.47 0.55
Hex C1 72 55 0 29 38 18 10 2F 37
Octal 301 162 125 0 51 70 30 20 57 67
Binary 11000001 1110010 1010101 0 101001 111000 11000 10000 101111 110111

Color Harmonies of #C17255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17255

Black with #C17255

Text Example


Text Example

White with #C17255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17255; }

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

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

background-color css

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

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

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

border-color css

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

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

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