Html Css Color HEX #C5705B Japonica

📋 copy color: '#C5705B'

red 197 ◦ green 112 ◦ blue 91

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

Shades of Japonica #C5705B

Tints of Japonica #C5705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 49.25%
G = 28%
B = 22.75%

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

#C5705B (or 0xC5705B) is known color: Japonica. HEX triplet: C5, 70 and 5B. RGB value is (197,112,91). Sum of RGB (Red+Green+Blue) = 197+112+91=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5705B is #3A8FA4. Grayscale: #878787. Windows color (decimal): -3837861 or 5992645. OLE color: 5992645.

HSL color Cylindrical-coordinate representation of color #C5705B: hue angle of 11.89º 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 #C5705B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 91 -
CMYK 0 0.43 0.54 0.23
HSL 11.89º 0.48% 0.56% -
HSV(B) 11.89º 0.54% 0.77% -
XYZ 30.71 24.21 12.95 -
YUV 135.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 197 112 91 0 0.43 0.54 0.23 11.89 0.48 0.56
Hex C5 70 5B 0 2B 36 17 C 30 38
Octal 305 160 133 0 53 66 27 14 60 70
Binary 11000101 1110000 1011011 0 101011 110110 10111 1100 110000 111000

Color Harmonies of #C5705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5705B

Black with #C5705B

Text Example


Text Example

White with #C5705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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