Html Css Color HEX #C4715B Japonica

📋 copy color: '#C4715B'

red 196 ◦ green 113 ◦ blue 91

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

Shades of Japonica #C4715B

Tints of Japonica #C4715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

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

R = 49%
G = 28.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4715B (or 0xC4715B) is known color: Japonica. HEX triplet: C4, 71 and 5B. RGB value is (196,113,91). Sum of RGB (Red+Green+Blue) = 196+113+91=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4715B is #3B8EA4. Grayscale: #878787. Windows color (decimal): -3903141 or 5992900. OLE color: 5992900.

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

Color convert

RGB 196 113 91 -
CMYK 0 0.42 0.54 0.23
HSL 12.57º 0.47% 0.56% -
HSV(B) 12.57º 0.54% 0.77% -
XYZ 30.56 24.3 12.98 -
YUV 135.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 196 113 91 0 0.42 0.54 0.23 12.57 0.47 0.56
Hex C4 71 5B 0 2A 36 17 D 2F 38
Octal 304 161 133 0 52 66 27 15 57 70
Binary 11000100 1110001 1011011 0 101010 110110 10111 1101 101111 111000

Color Harmonies of #C4715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4715B

Black with #C4715B

Text Example


Text Example

White with #C4715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4715B; }

 p { color: rgb(196,113,91); }

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

background-color css

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

 a { background-color: rgb(196,113,91); }

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

border-color css

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

 span { border-color: rgb(196,113,91); }

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