Html Css Color HEX #C5715A Japonica

📋 copy color: '#C5715A'

red 197 ◦ green 113 ◦ blue 90

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

Shades of Japonica #C5715A

Tints of Japonica #C5715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

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

R = 49.25%
G = 28.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5715A (or 0xC5715A) is known color: Japonica. HEX triplet: C5, 71 and 5A. RGB value is (197,113,90). Sum of RGB (Red+Green+Blue) = 197+113+90=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5715A is #3A8EA5. Grayscale: #878787. Windows color (decimal): -3837606 or 5927365. OLE color: 5927365.

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

Color convert

RGB 197 113 90 -
CMYK 0 0.43 0.54 0.23
HSL 12.9º 0.48% 0.56% -
HSV(B) 12.9º 0.54% 0.77% -
XYZ 30.78 24.42 12.76 -
YUV 135.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 197 113 90 0 0.43 0.54 0.23 12.9 0.48 0.56
Hex C5 71 5A 0 2B 36 17 D 30 38
Octal 305 161 132 0 53 66 27 15 60 70
Binary 11000101 1110001 1011010 0 101011 110110 10111 1101 110000 111000

Color Harmonies of #C5715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5715A

Black with #C5715A

Text Example


Text Example

White with #C5715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5715A; }

 p { color: rgb(197,113,90); }

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

background-color css

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

 a { background-color: rgb(197,113,90); }

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

border-color css

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

 span { border-color: rgb(197,113,90); }

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