Html Css Color HEX #C17A5E Japonica

📋 copy color: '#C17A5E'

red 193 ◦ green 122 ◦ blue 94

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

Shades of Japonica #C17A5E

Tints of Japonica #C17A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 47.19%
G = 29.83%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C17A5E (or 0xC17A5E) is known color: Japonica. HEX triplet: C1, 7A and 5E. RGB value is (193,122,94). Sum of RGB (Red+Green+Blue) = 193+122+94=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A5E is #3E85A1. Grayscale: #8C8C8C. Windows color (decimal): -4097442 or 6191809. OLE color: 6191809.

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

Color convert

RGB 193 122 94 -
CMYK 0 0.37 0.51 0.24
HSL 16.97º 0.44% 0.56% -
HSV(B) 16.97º 0.51% 0.76% -
XYZ 30.97 26.06 13.99 -
YUV 140.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 193 122 94 0 0.37 0.51 0.24 16.97 0.44 0.56
Hex C1 7A 5E 0 25 33 18 11 2C 38
Octal 301 172 136 0 45 63 30 21 54 70
Binary 11000001 1111010 1011110 0 100101 110011 11000 10001 101100 111000

Color Harmonies of #C17A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A5E

Black with #C17A5E

Text Example


Text Example

White with #C17A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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