Html Css Color HEX #C3705A Japonica

📋 copy color: '#C3705A'

red 195 ◦ green 112 ◦ blue 90

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

Shades of Japonica #C3705A

Tints of Japonica #C3705A

RGB

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

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

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

R = 49.12%
G = 28.21%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3705A (or 0xC3705A) is known color: Japonica. HEX triplet: C3, 70 and 5A. RGB value is (195,112,90). Sum of RGB (Red+Green+Blue) = 195+112+90=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3705A is #3C8FA5. Grayscale: #868686. Windows color (decimal): -3968934 or 5927107. OLE color: 5927107.

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

Color convert

RGB 195 112 90 -
CMYK 0 0.43 0.54 0.24
HSL 12.57º 0.47% 0.56% -
HSV(B) 12.57º 0.54% 0.76% -
XYZ 30.15 23.93 12.7 -
YUV 134.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 195 112 90 0 0.43 0.54 0.24 12.57 0.47 0.56
Hex C3 70 5A 0 2B 36 18 D 2F 38
Octal 303 160 132 0 53 66 30 15 57 70
Binary 11000011 1110000 1011010 0 101011 110110 11000 1101 101111 111000

Color Harmonies of #C3705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3705A

Black with #C3705A

Text Example


Text Example

White with #C3705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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