Html Css Color HEX #C46F57 Japonica

📋 copy color: '#C46F57'

red 196 ◦ green 111 ◦ blue 87

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

Shades of Japonica #C46F57

Tints of Japonica #C46F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 49.75%
G = 28.17%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C46F57 (or 0xC46F57) is known color: Japonica. HEX triplet: C4, 6F and 57. RGB value is (196,111,87). Sum of RGB (Red+Green+Blue) = 196+111+87=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F57 is #3B90A8. Grayscale: #858585. Windows color (decimal): -3903657 or 5730244. OLE color: 5730244.

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

Color convert

RGB 196 111 87 -
CMYK 0 0.43 0.56 0.23
HSL 13.21º 0.48% 0.55% -
HSV(B) 13.21º 0.56% 0.77% -
XYZ 30.17 23.79 12.02 -
YUV 133.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 196 111 87 0 0.43 0.56 0.23 13.21 0.48 0.55
Hex C4 6F 57 0 2B 38 17 D 30 37
Octal 304 157 127 0 53 70 27 15 60 67
Binary 11000100 1101111 1010111 0 101011 111000 10111 1101 110000 110111

Color Harmonies of #C46F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F57

Black with #C46F57

Text Example


Text Example

White with #C46F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F57; }

 p { color: rgb(196,111,87); }

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

background-color css

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

 a { background-color: rgb(196,111,87); }

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

border-color css

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

 span { border-color: rgb(196,111,87); }

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