Html Css Color HEX #C26C5A Japonica

📋 copy color: '#C26C5A'

red 194 ◦ green 108 ◦ blue 90

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

Shades of Japonica #C26C5A

Tints of Japonica #C26C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 49.49%
G = 27.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C26C5A (or 0xC26C5A) is known color: Japonica. HEX triplet: C2, 6C and 5A. RGB value is (194,108,90). Sum of RGB (Red+Green+Blue) = 194+108+90=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C5A is #3D93A5. Grayscale: #838383. Windows color (decimal): -4035494 or 5926082. OLE color: 5926082.

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

Color convert

RGB 194 108 90 -
CMYK 0 0.44 0.54 0.24
HSL 10.38º 0.46% 0.56% -
HSV(B) 10.38º 0.54% 0.76% -
XYZ 29.46 22.93 12.55 -
YUV 131.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 194 108 90 0 0.44 0.54 0.24 10.38 0.46 0.56
Hex C2 6C 5A 0 2C 36 18 A 2E 38
Octal 302 154 132 0 54 66 30 12 56 70
Binary 11000010 1101100 1011010 0 101100 110110 11000 1010 101110 111000

Color Harmonies of #C26C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C5A

Black with #C26C5A

Text Example


Text Example

White with #C26C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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