Html Css Color HEX #C26E5B Japonica

📋 copy color: '#C26E5B'

red 194 ◦ green 110 ◦ blue 91

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

Shades of Japonica #C26E5B

Tints of Japonica #C26E5B

RGB

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

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

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

R = 49.11%
G = 27.85%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C26E5B (or 0xC26E5B) is known color: Japonica. HEX triplet: C2, 6E and 5B. RGB value is (194,110,91). Sum of RGB (Red+Green+Blue) = 194+110+91=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E5B is #3D91A4. Grayscale: #858585. Windows color (decimal): -4034981 or 5992130. OLE color: 5992130.

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

Color convert

RGB 194 110 91 -
CMYK 0 0.43 0.53 0.24
HSL 11.07º 0.46% 0.56% -
HSV(B) 11.07º 0.53% 0.76% -
XYZ 29.71 23.38 12.84 -
YUV 132.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 194 110 91 0 0.43 0.53 0.24 11.07 0.46 0.56
Hex C2 6E 5B 0 2B 35 18 B 2E 38
Octal 302 156 133 0 53 65 30 13 56 70
Binary 11000010 1101110 1011011 0 101011 110101 11000 1011 101110 111000

Color Harmonies of #C26E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E5B

Black with #C26E5B

Text Example


Text Example

White with #C26E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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