Html Css Color HEX #C2715E Japonica

📋 copy color: '#C2715E'

red 194 ◦ green 113 ◦ blue 94

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

Shades of Japonica #C2715E

Tints of Japonica #C2715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 48.38%
G = 28.18%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2715E (or 0xC2715E) is known color: Japonica. HEX triplet: C2, 71 and 5E. RGB value is (194,113,94). Sum of RGB (Red+Green+Blue) = 194+113+94=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2715E is #3D8EA1. Grayscale: #878787. Windows color (decimal): -4034210 or 6189506. OLE color: 6189506.

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

Color convert

RGB 194 113 94 -
CMYK 0 0.42 0.52 0.24
HSL 11.4º 0.45% 0.56% -
HSV(B) 11.4º 0.52% 0.76% -
XYZ 30.17 24.09 13.65 -
YUV 135.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 194 113 94 0 0.42 0.52 0.24 11.4 0.45 0.56
Hex C2 71 5E 0 2A 34 18 B 2D 38
Octal 302 161 136 0 52 64 30 13 55 70
Binary 11000010 1110001 1011110 0 101010 110100 11000 1011 101101 111000

Color Harmonies of #C2715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2715E

Black with #C2715E

Text Example


Text Example

White with #C2715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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