Html Css Color HEX #C2795F Japonica

📋 copy color: '#C2795F'

red 194 ◦ green 121 ◦ blue 95

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

Shades of Japonica #C2795F

Tints of Japonica #C2795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 47.32%
G = 29.51%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2795F (or 0xC2795F) is known color: Japonica. HEX triplet: C2, 79 and 5F. RGB value is (194,121,95). Sum of RGB (Red+Green+Blue) = 194+121+95=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2795F is #3D86A0. Grayscale: #8C8C8C. Windows color (decimal): -4032161 or 6257090. OLE color: 6257090.

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

Color convert

RGB 194 121 95 -
CMYK 0 0.38 0.51 0.24
HSL 15.76º 0.45% 0.57% -
HSV(B) 15.76º 0.51% 0.76% -
XYZ 31.15 25.97 14.2 -
YUV 139.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 194 121 95 0 0.38 0.51 0.24 15.76 0.45 0.57
Hex C2 79 5F 0 26 33 18 10 2D 39
Octal 302 171 137 0 46 63 30 20 55 71
Binary 11000010 1111001 1011111 0 100110 110011 11000 10000 101101 111001

Color Harmonies of #C2795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2795F

Black with #C2795F

Text Example


Text Example

White with #C2795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2795F; }

 p { color: rgb(194,121,95); }

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

background-color css

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

 a { background-color: rgb(194,121,95); }

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

border-color css

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

 span { border-color: rgb(194,121,95); }

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