Html Css Color HEX #C46C5B Japonica

📋 copy color: '#C46C5B'

red 196 ◦ green 108 ◦ blue 91

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

Shades of Japonica #C46C5B

Tints of Japonica #C46C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

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

R = 49.62%
G = 27.34%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C46C5B (or 0xC46C5B) is known color: Japonica. HEX triplet: C4, 6C and 5B. RGB value is (196,108,91). Sum of RGB (Red+Green+Blue) = 196+108+91=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C5B is #3B93A4. Grayscale: #848484. Windows color (decimal): -3904421 or 5991620. OLE color: 5991620.

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

Color convert

RGB 196 108 91 -
CMYK 0 0.45 0.54 0.23
HSL 9.71º 0.47% 0.56% -
HSV(B) 9.71º 0.54% 0.77% -
XYZ 30.02 23.22 12.8 -
YUV 132.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 196 108 91 0 0.45 0.54 0.23 9.71 0.47 0.56
Hex C4 6C 5B 0 2D 36 17 A 2F 38
Octal 304 154 133 0 55 66 27 12 57 70
Binary 11000100 1101100 1011011 0 101101 110110 10111 1010 101111 111000

Color Harmonies of #C46C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C5B

Black with #C46C5B

Text Example


Text Example

White with #C46C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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