Html Css Color HEX #C5735C Japonica

📋 copy color: '#C5735C'

red 197 ◦ green 115 ◦ blue 92

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

Shades of Japonica #C5735C

Tints of Japonica #C5735C

RGB

 RED value IS 197 (77.34% from 255) = 48.76%

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 48.76%
G = 28.47%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5735C (or 0xC5735C) is known color: Japonica. HEX triplet: C5, 73 and 5C. RGB value is (197,115,92). Sum of RGB (Red+Green+Blue) = 197+115+92=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5735C is #3A8CA3. Grayscale: #898989. Windows color (decimal): -3837092 or 6058949. OLE color: 6058949.

HSL color Cylindrical-coordinate representation of color #C5735C: hue angle of 13.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5735C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 92 -
CMYK 0 0.42 0.53 0.23
HSL 13.14º 0.48% 0.57% -
HSV(B) 13.14º 0.53% 0.77% -
XYZ 31.09 24.9 13.29 -
YUV 136.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 197 115 92 0 0.42 0.53 0.23 13.14 0.48 0.57
Hex C5 73 5C 0 2A 35 17 D 30 39
Octal 305 163 134 0 52 65 27 15 60 71
Binary 11000101 1110011 1011100 0 101010 110101 10111 1101 110000 111001

Color Harmonies of #C5735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5735C

Black with #C5735C

Text Example


Text Example

White with #C5735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5735C; }

 p { color: rgb(197,115,92); }

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

background-color css

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

 a { background-color: rgb(197,115,92); }

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

border-color css

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

 span { border-color: rgb(197,115,92); }

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