Html Css Color HEX #C26C54 Japonica

📋 copy color: '#C26C54'

red 194 ◦ green 108 ◦ blue 84

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

Shades of Japonica #C26C54

Tints of Japonica #C26C54

RGB

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

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

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

R = 50.26%
G = 27.98%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C26C54 (or 0xC26C54) is known color: Japonica. HEX triplet: C2, 6C and 54. RGB value is (194,108,84). Sum of RGB (Red+Green+Blue) = 194+108+84=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C54 is #3D93AB. Grayscale: #838383. Windows color (decimal): -4035500 or 5532866. OLE color: 5532866.

HSL color Cylindrical-coordinate representation of color #C26C54: hue angle of 13.09º 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 #C26C54 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 108 84 -
CMYK 0 0.44 0.57 0.24
HSL 13.09º 0.47% 0.55% -
HSV(B) 13.09º 0.57% 0.76% -
XYZ 29.21 22.83 11.26 -
YUV 130.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 194 108 84 0 0.44 0.57 0.24 13.09 0.47 0.55
Hex C2 6C 54 0 2C 39 18 D 2F 37
Octal 302 154 124 0 54 71 30 15 57 67
Binary 11000010 1101100 1010100 0 101100 111001 11000 1101 101111 110111

Color Harmonies of #C26C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C54

Black with #C26C54

Text Example


Text Example

White with #C26C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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