Html Css Color HEX #C2745E Japonica

📋 copy color: '#C2745E'

red 194 ◦ green 116 ◦ blue 94

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

Shades of Japonica #C2745E

Tints of Japonica #C2745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 48.02%
G = 28.71%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2745E (or 0xC2745E) is known color: Japonica. HEX triplet: C2, 74 and 5E. RGB value is (194,116,94). Sum of RGB (Red+Green+Blue) = 194+116+94=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2745E is #3D8BA1. Grayscale: #888888. Windows color (decimal): -4033442 or 6190274. OLE color: 6190274.

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

Color convert

RGB 194 116 94 -
CMYK 0 0.40 0.52 0.24
HSL 13.2º 0.45% 0.56% -
HSV(B) 13.2º 0.52% 0.76% -
XYZ 30.51 24.77 13.76 -
YUV 136.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 194 116 94 0 0.40 0.52 0.24 13.2 0.45 0.56
Hex C2 74 5E 0 28 34 18 D 2D 38
Octal 302 164 136 0 50 64 30 15 55 70
Binary 11000010 1110100 1011110 0 101000 110100 11000 1101 101101 111000

Color Harmonies of #C2745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2745E

Black with #C2745E

Text Example


Text Example

White with #C2745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2745E; }

 p { color: rgb(194,116,94); }

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

background-color css

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

 a { background-color: rgb(194,116,94); }

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

border-color css

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

 span { border-color: rgb(194,116,94); }

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