Html Css Color HEX #C2795B Japonica

📋 copy color: '#C2795B'

red 194 ◦ green 121 ◦ blue 91

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

Shades of Japonica #C2795B

Tints of Japonica #C2795B

RGB

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

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

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

R = 47.78%
G = 29.8%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2795B (or 0xC2795B) is known color: Japonica. HEX triplet: C2, 79 and 5B. RGB value is (194,121,91). Sum of RGB (Red+Green+Blue) = 194+121+91=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2795B is #3D86A4. Grayscale: #8B8B8B. Windows color (decimal): -4032165 or 5994946. OLE color: 5994946.

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

Color convert

RGB 194 121 91 -
CMYK 0 0.38 0.53 0.24
HSL 17.48º 0.46% 0.56% -
HSV(B) 17.48º 0.53% 0.76% -
XYZ 30.97 25.9 13.26 -
YUV 139.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 194 121 91 0 0.38 0.53 0.24 17.48 0.46 0.56
Hex C2 79 5B 0 26 35 18 11 2E 38
Octal 302 171 133 0 46 65 30 21 56 70
Binary 11000010 1111001 1011011 0 100110 110101 11000 10001 101110 111000

Color Harmonies of #C2795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2795B

Black with #C2795B

Text Example


Text Example

White with #C2795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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