Html Css Color HEX #C1735F Japonica

📋 copy color: '#C1735F'

red 193 ◦ green 115 ◦ blue 95

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

Shades of Japonica #C1735F

Tints of Japonica #C1735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 47.89%
G = 28.54%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1735F (or 0xC1735F) is known color: Japonica. HEX triplet: C1, 73 and 5F. RGB value is (193,115,95). Sum of RGB (Red+Green+Blue) = 193+115+95=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1735F is #3E8CA0. Grayscale: #888888. Windows color (decimal): -4099233 or 6255553. OLE color: 6255553.

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

Color convert

RGB 193 115 95 -
CMYK 0 0.40 0.51 0.24
HSL 12.24º 0.44% 0.56% -
HSV(B) 12.24º 0.51% 0.76% -
XYZ 30.19 24.43 13.95 -
YUV 136.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 193 115 95 0 0.40 0.51 0.24 12.24 0.44 0.56
Hex C1 73 5F 0 28 33 18 C 2C 38
Octal 301 163 137 0 50 63 30 14 54 70
Binary 11000001 1110011 1011111 0 101000 110011 11000 1100 101100 111000

Color Harmonies of #C1735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1735F

Black with #C1735F

Text Example


Text Example

White with #C1735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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