Html Css Color HEX #C47255 Japonica

📋 copy color: '#C47255'

red 196 ◦ green 114 ◦ blue 85

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

Shades of Japonica #C47255

Tints of Japonica #C47255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 49.62%
G = 28.86%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47255 (or 0xC47255) is known color: Japonica. HEX triplet: C4, 72 and 55. RGB value is (196,114,85). Sum of RGB (Red+Green+Blue) = 196+114+85=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47255 is #3B8DAA. Grayscale: #878787. Windows color (decimal): -3902891 or 5599940. OLE color: 5599940.

HSL color Cylindrical-coordinate representation of color #C47255: hue angle of 15.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C47255 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 85 -
CMYK 0 0.42 0.57 0.23
HSL 15.68º 0.48% 0.55% -
HSV(B) 15.68º 0.57% 0.77% -
XYZ 30.42 24.43 11.71 -
YUV 135.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 196 114 85 0 0.42 0.57 0.23 15.68 0.48 0.55
Hex C4 72 55 0 2A 39 17 10 30 37
Octal 304 162 125 0 52 71 27 20 60 67
Binary 11000100 1110010 1010101 0 101010 111001 10111 10000 110000 110111

Color Harmonies of #C47255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47255

Black with #C47255

Text Example


Text Example

White with #C47255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47255; }

 p { color: rgb(196,114,85); }

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

background-color css

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

 a { background-color: rgb(196,114,85); }

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

border-color css

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

 span { border-color: rgb(196,114,85); }

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