Html Css Color HEX #C4705C Japonica

📋 copy color: '#C4705C'

red 196 ◦ green 112 ◦ blue 92

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

Shades of Japonica #C4705C

Tints of Japonica #C4705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 49%
G = 28%
B = 23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4705C (or 0xC4705C) is known color: Japonica. HEX triplet: C4, 70 and 5C. RGB value is (196,112,92). Sum of RGB (Red+Green+Blue) = 196+112+92=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705C is #3B8FA3. Grayscale: #878787. Windows color (decimal): -3903396 or 6058180. OLE color: 6058180.

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

Color convert

RGB 196 112 92 -
CMYK 0 0.43 0.53 0.23
HSL 11.54º 0.47% 0.56% -
HSV(B) 11.54º 0.53% 0.77% -
XYZ 30.49 24.1 13.17 -
YUV 134.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 196 112 92 0 0.43 0.53 0.23 11.54 0.47 0.56
Hex C4 70 5C 0 2B 35 17 C 2F 38
Octal 304 160 134 0 53 65 27 14 57 70
Binary 11000100 1110000 1011100 0 101011 110101 10111 1100 101111 111000

Color Harmonies of #C4705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4705C

Black with #C4705C

Text Example


Text Example

White with #C4705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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