Html Css Color HEX #C26E54 Japonica

📋 copy color: '#C26E54'

red 194 ◦ green 110 ◦ blue 84

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

Shades of Japonica #C26E54

Tints of Japonica #C26E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 50%
G = 28.35%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C26E54 (or 0xC26E54) is known color: Japonica. HEX triplet: C2, 6E and 54. RGB value is (194,110,84). Sum of RGB (Red+Green+Blue) = 194+110+84=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E54 is #3D91AB. Grayscale: #848484. Windows color (decimal): -4034988 or 5533378. OLE color: 5533378.

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

Color convert

RGB 194 110 84 -
CMYK 0 0.43 0.57 0.24
HSL 14.18º 0.47% 0.55% -
HSV(B) 14.18º 0.57% 0.76% -
XYZ 29.42 23.26 11.33 -
YUV 132.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 194 110 84 0 0.43 0.57 0.24 14.18 0.47 0.55
Hex C2 6E 54 0 2B 39 18 E 2F 37
Octal 302 156 124 0 53 71 30 16 57 67
Binary 11000010 1101110 1010100 0 101011 111001 11000 1110 101111 110111

Color Harmonies of #C26E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E54

Black with #C26E54

Text Example


Text Example

White with #C26E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E54; }

 p { color: rgb(194,110,84); }

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

background-color css

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

 a { background-color: rgb(194,110,84); }

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

border-color css

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

 span { border-color: rgb(194,110,84); }

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