Html Css Color HEX #C2795E Japonica

📋 copy color: '#C2795E'

red 194 ◦ green 121 ◦ blue 94

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

Shades of Japonica #C2795E

Tints of Japonica #C2795E

RGB

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

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

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

R = 47.43%
G = 29.58%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2795E (or 0xC2795E) is known color: Japonica. HEX triplet: C2, 79 and 5E. RGB value is (194,121,94). Sum of RGB (Red+Green+Blue) = 194+121+94=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2795E is #3D86A1. Grayscale: #8B8B8B. Windows color (decimal): -4032162 or 6191554. OLE color: 6191554.

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

Color convert

RGB 194 121 94 -
CMYK 0 0.38 0.52 0.24
HSL 16.2º 0.45% 0.56% -
HSV(B) 16.2º 0.52% 0.76% -
XYZ 31.11 25.95 13.96 -
YUV 139.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 194 121 94 0 0.38 0.52 0.24 16.2 0.45 0.56
Hex C2 79 5E 0 26 34 18 10 2D 38
Octal 302 171 136 0 46 64 30 20 55 70
Binary 11000010 1111001 1011110 0 100110 110100 11000 10000 101101 111000

Color Harmonies of #C2795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2795E

Black with #C2795E

Text Example


Text Example

White with #C2795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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