Html Css Color HEX #C3705E Japonica

📋 copy color: '#C3705E'

red 195 ◦ green 112 ◦ blue 94

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

Shades of Japonica #C3705E

Tints of Japonica #C3705E

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

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

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

R = 48.63%
G = 27.93%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3705E (or 0xC3705E) is known color: Japonica. HEX triplet: C3, 70 and 5E. RGB value is (195,112,94). Sum of RGB (Red+Green+Blue) = 195+112+94=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3705E is #3C8FA1. Grayscale: #868686. Windows color (decimal): -3968930 or 6189251. OLE color: 6189251.

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

Color convert

RGB 195 112 94 -
CMYK 0 0.43 0.52 0.24
HSL 10.69º 0.46% 0.57% -
HSV(B) 10.69º 0.52% 0.76% -
XYZ 30.32 24 13.62 -
YUV 134.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 195 112 94 0 0.43 0.52 0.24 10.69 0.46 0.57
Hex C3 70 5E 0 2B 34 18 B 2E 39
Octal 303 160 136 0 53 64 30 13 56 71
Binary 11000011 1110000 1011110 0 101011 110100 11000 1011 101110 111001

Color Harmonies of #C3705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3705E

Black with #C3705E

Text Example


Text Example

White with #C3705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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