Html Css Color HEX #C5705E Japonica

📋 copy color: '#C5705E'

red 197 ◦ green 112 ◦ blue 94

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

Shades of Japonica #C5705E

Tints of Japonica #C5705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 48.88%
G = 27.79%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5705E (or 0xC5705E) is known color: Japonica. HEX triplet: C5, 70 and 5E. RGB value is (197,112,94). Sum of RGB (Red+Green+Blue) = 197+112+94=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5705E is #3A8FA1. Grayscale: #878787. Windows color (decimal): -3837858 or 6189253. OLE color: 6189253.

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

Color convert

RGB 197 112 94 -
CMYK 0 0.43 0.52 0.23
HSL 10.49º 0.47% 0.57% -
HSV(B) 10.49º 0.52% 0.77% -
XYZ 30.84 24.27 13.65 -
YUV 135.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 197 112 94 0 0.43 0.52 0.23 10.49 0.47 0.57
Hex C5 70 5E 0 2B 34 17 A 2F 39
Octal 305 160 136 0 53 64 27 12 57 71
Binary 11000101 1110000 1011110 0 101011 110100 10111 1010 101111 111001

Color Harmonies of #C5705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5705E

Black with #C5705E

Text Example


Text Example

White with #C5705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5705E; }

 p { color: rgb(197,112,94); }

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

background-color css

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

 a { background-color: rgb(197,112,94); }

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

border-color css

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

 span { border-color: rgb(197,112,94); }

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