Html Css Color HEX #C1735A Japonica

📋 copy color: '#C1735A'

red 193 ◦ green 115 ◦ blue 90

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

Shades of Japonica #C1735A

Tints of Japonica #C1735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 48.49%
G = 28.89%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1735A (or 0xC1735A) is known color: Japonica. HEX triplet: C1, 73 and 5A. RGB value is (193,115,90). Sum of RGB (Red+Green+Blue) = 193+115+90=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1735A is #3E8CA5. Grayscale: #878787. Windows color (decimal): -4099238 or 5927873. OLE color: 5927873.

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

Color convert

RGB 193 115 90 -
CMYK 0 0.40 0.53 0.24
HSL 14.56º 0.45% 0.55% -
HSV(B) 14.56º 0.53% 0.76% -
XYZ 29.97 24.34 12.79 -
YUV 135.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 193 115 90 0 0.40 0.53 0.24 14.56 0.45 0.55
Hex C1 73 5A 0 28 35 18 F 2D 37
Octal 301 163 132 0 50 65 30 17 55 67
Binary 11000001 1110011 1011010 0 101000 110101 11000 1111 101101 110111

Color Harmonies of #C1735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1735A

Black with #C1735A

Text Example


Text Example

White with #C1735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1735A; }

 p { color: rgb(193,115,90); }

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

background-color css

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

 a { background-color: rgb(193,115,90); }

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

border-color css

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

 span { border-color: rgb(193,115,90); }

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