Html Css Color HEX #C26C57 Japonica

📋 copy color: '#C26C57'

red 194 ◦ green 108 ◦ blue 87

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

Shades of Japonica #C26C57

Tints of Japonica #C26C57

RGB

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

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

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

R = 49.87%
G = 27.76%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C26C57 (or 0xC26C57) is known color: Japonica. HEX triplet: C2, 6C and 57. RGB value is (194,108,87). Sum of RGB (Red+Green+Blue) = 194+108+87=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C57 is #3D93A8. Grayscale: #838383. Windows color (decimal): -4035497 or 5729474. OLE color: 5729474.

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

Color convert

RGB 194 108 87 -
CMYK 0 0.44 0.55 0.24
HSL 11.78º 0.47% 0.55% -
HSV(B) 11.78º 0.55% 0.76% -
XYZ 29.33 22.88 11.89 -
YUV 131.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 194 108 87 0 0.44 0.55 0.24 11.78 0.47 0.55
Hex C2 6C 57 0 2C 37 18 C 2F 37
Octal 302 154 127 0 54 67 30 14 57 67
Binary 11000010 1101100 1010111 0 101100 110111 11000 1100 101111 110111

Color Harmonies of #C26C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C57

Black with #C26C57

Text Example


Text Example

White with #C26C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C57; }

 p { color: rgb(194,108,87); }

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

background-color css

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

 a { background-color: rgb(194,108,87); }

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

border-color css

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

 span { border-color: rgb(194,108,87); }

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