Html Css Color HEX #C26F5A Japonica

📋 copy color: '#C26F5A'

red 194 ◦ green 111 ◦ blue 90

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

Shades of Japonica #C26F5A

Tints of Japonica #C26F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 49.11%
G = 28.1%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C26F5A (or 0xC26F5A) is known color: Japonica. HEX triplet: C2, 6F and 5A. RGB value is (194,111,90). Sum of RGB (Red+Green+Blue) = 194+111+90=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F5A is #3D90A5. Grayscale: #858585. Windows color (decimal): -4034726 or 5926850. OLE color: 5926850.

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

Color convert

RGB 194 111 90 -
CMYK 0 0.43 0.54 0.24
HSL 12.12º 0.46% 0.56% -
HSV(B) 12.12º 0.54% 0.76% -
XYZ 29.78 23.58 12.65 -
YUV 133.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 194 111 90 0 0.43 0.54 0.24 12.12 0.46 0.56
Hex C2 6F 5A 0 2B 36 18 C 2E 38
Octal 302 157 132 0 53 66 30 14 56 70
Binary 11000010 1101111 1011010 0 101011 110110 11000 1100 101110 111000

Color Harmonies of #C26F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F5A

Black with #C26F5A

Text Example


Text Example

White with #C26F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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