Html Css Color HEX #C2745B Japonica

📋 copy color: '#C2745B'

red 194 ◦ green 116 ◦ blue 91

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

Shades of Japonica #C2745B

Tints of Japonica #C2745B

RGB

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

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

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

R = 48.38%
G = 28.93%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2745B (or 0xC2745B) is known color: Japonica. HEX triplet: C2, 74 and 5B. RGB value is (194,116,91). Sum of RGB (Red+Green+Blue) = 194+116+91=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2745B is #3D8BA4. Grayscale: #888888. Windows color (decimal): -4033445 or 5993666. OLE color: 5993666.

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

Color convert

RGB 194 116 91 -
CMYK 0 0.40 0.53 0.24
HSL 14.56º 0.46% 0.56% -
HSV(B) 14.56º 0.53% 0.76% -
XYZ 30.38 24.72 13.07 -
YUV 136.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 194 116 91 0 0.40 0.53 0.24 14.56 0.46 0.56
Hex C2 74 5B 0 28 35 18 F 2E 38
Octal 302 164 133 0 50 65 30 17 56 70
Binary 11000010 1110100 1011011 0 101000 110101 11000 1111 101110 111000

Color Harmonies of #C2745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2745B

Black with #C2745B

Text Example


Text Example

White with #C2745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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