Html Css Color HEX #C4705E Japonica

📋 copy color: '#C4705E'

red 196 ◦ green 112 ◦ blue 94

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

Shades of Japonica #C4705E

Tints of Japonica #C4705E

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

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

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

R = 48.76%
G = 27.86%
B = 23.38%

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

#C4705E (or 0xC4705E) is known color: Japonica. HEX triplet: C4, 70 and 5E. RGB value is (196,112,94). Sum of RGB (Red+Green+Blue) = 196+112+94=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705E is #3B8FA1. Grayscale: #878787. Windows color (decimal): -3903394 or 6189252. OLE color: 6189252.

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

Color convert

RGB 196 112 94 -
CMYK 0 0.43 0.52 0.23
HSL 10.59º 0.46% 0.57% -
HSV(B) 10.59º 0.52% 0.77% -
XYZ 30.58 24.13 13.64 -
YUV 135.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 196 112 94 0 0.43 0.52 0.23 10.59 0.46 0.57
Hex C4 70 5E 0 2B 34 17 B 2E 39
Octal 304 160 136 0 53 64 27 13 56 71
Binary 11000100 1110000 1011110 0 101011 110100 10111 1011 101110 111001

Color Harmonies of #C4705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4705E

Black with #C4705E

Text Example


Text Example

White with #C4705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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