Html Css Color HEX #C2785A Japonica

📋 copy color: '#C2785A'

red 194 ◦ green 120 ◦ blue 90

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

Shades of Japonica #C2785A

Tints of Japonica #C2785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.7%

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 48.02%
G = 29.7%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2785A (or 0xC2785A) is known color: Japonica. HEX triplet: C2, 78 and 5A. RGB value is (194,120,90). Sum of RGB (Red+Green+Blue) = 194+120+90=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2785A is #3D87A5. Grayscale: #8A8A8A. Windows color (decimal): -4032422 or 5929154. OLE color: 5929154.

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

Color convert

RGB 194 120 90 -
CMYK 0 0.38 0.54 0.24
HSL 17.31º 0.46% 0.56% -
HSV(B) 17.31º 0.54% 0.76% -
XYZ 30.81 25.64 13 -
YUV 138.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 194 120 90 0 0.38 0.54 0.24 17.31 0.46 0.56
Hex C2 78 5A 0 26 36 18 11 2E 38
Octal 302 170 132 0 46 66 30 21 56 70
Binary 11000010 1111000 1011010 0 100110 110110 11000 10001 101110 111000

Color Harmonies of #C2785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2785A

Black with #C2785A

Text Example


Text Example

White with #C2785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2785A; }

 p { color: rgb(194,120,90); }

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

background-color css

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

 a { background-color: rgb(194,120,90); }

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

border-color css

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

 span { border-color: rgb(194,120,90); }

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