Html Css Color HEX #C47B5D Japonica

📋 copy color: '#C47B5D'

red 196 ◦ green 123 ◦ blue 93

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

Shades of Japonica #C47B5D

Tints of Japonica #C47B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 47.57%
G = 29.85%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C47B5D (or 0xC47B5D) is known color: Japonica. HEX triplet: C4, 7B and 5D. RGB value is (196,123,93). Sum of RGB (Red+Green+Blue) = 196+123+93=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B5D is #3B84A2. Grayscale: #8D8D8D. Windows color (decimal): -3900579 or 6126532. OLE color: 6126532.

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

Color convert

RGB 196 123 93 -
CMYK 0 0.37 0.53 0.23
HSL 17.48º 0.47% 0.57% -
HSV(B) 17.48º 0.53% 0.77% -
XYZ 31.82 26.69 13.83 -
YUV 141.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 196 123 93 0 0.37 0.53 0.23 17.48 0.47 0.57
Hex C4 7B 5D 0 25 35 17 11 2F 39
Octal 304 173 135 0 45 65 27 21 57 71
Binary 11000100 1111011 1011101 0 100101 110101 10111 10001 101111 111001

Color Harmonies of #C47B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B5D

Black with #C47B5D

Text Example


Text Example

White with #C47B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B5D; }

 p { color: rgb(196,123,93); }

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

background-color css

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

 a { background-color: rgb(196,123,93); }

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

border-color css

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

 span { border-color: rgb(196,123,93); }

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