Html Css Color HEX #C26F56 Japonica

📋 copy color: '#C26F56'

red 194 ◦ green 111 ◦ blue 86

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

Shades of Japonica #C26F56

Tints of Japonica #C26F56

RGB

 RED value IS 194 (76.17% from 255) = 49.62%

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

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 49.62%
G = 28.39%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C26F56 (or 0xC26F56) is known color: Japonica. HEX triplet: C2, 6F and 56. RGB value is (194,111,86). Sum of RGB (Red+Green+Blue) = 194+111+86=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F56 is #3D90A9. Grayscale: #858585. Windows color (decimal): -4034730 or 5664706. OLE color: 5664706.

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

Color convert

RGB 194 111 86 -
CMYK 0 0.43 0.56 0.24
HSL 13.89º 0.47% 0.55% -
HSV(B) 13.89º 0.56% 0.76% -
XYZ 29.61 23.51 11.78 -
YUV 132.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 194 111 86 0 0.43 0.56 0.24 13.89 0.47 0.55
Hex C2 6F 56 0 2B 38 18 E 2F 37
Octal 302 157 126 0 53 70 30 16 57 67
Binary 11000010 1101111 1010110 0 101011 111000 11000 1110 101111 110111

Color Harmonies of #C26F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F56

Black with #C26F56

Text Example


Text Example

White with #C26F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F56; }

 p { color: rgb(194,111,86); }

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

background-color css

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

 a { background-color: rgb(194,111,86); }

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

border-color css

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

 span { border-color: rgb(194,111,86); }

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