Html Css Color HEX #C5785C Japonica

📋 copy color: '#C5785C'

red 197 ◦ green 120 ◦ blue 92

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

Shades of Japonica #C5785C

Tints of Japonica #C5785C

RGB

 RED value IS 197 (77.34% from 255) = 48.17%

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 48.17%
G = 29.34%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5785C (or 0xC5785C) is known color: Japonica. HEX triplet: C5, 78 and 5C. RGB value is (197,120,92). Sum of RGB (Red+Green+Blue) = 197+120+92=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5785C is #3A87A3. Grayscale: #8C8C8C. Windows color (decimal): -3835812 or 6060229. OLE color: 6060229.

HSL color Cylindrical-coordinate representation of color #C5785C: hue angle of 16º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5785C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 92 -
CMYK 0 0.39 0.53 0.23
HSL 16º 0.48% 0.57% -
HSV(B) 16º 0.53% 0.77% -
XYZ 31.67 26.08 13.49 -
YUV 139.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 197 120 92 0 0.39 0.53 0.23 16 0.48 0.57
Hex C5 78 5C 0 27 35 17 10 30 39
Octal 305 170 134 0 47 65 27 20 60 71
Binary 11000101 1111000 1011100 0 100111 110101 10111 10000 110000 111001

Color Harmonies of #C5785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5785C

Black with #C5785C

Text Example


Text Example

White with #C5785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5785C; }

 p { color: rgb(197,120,92); }

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

background-color css

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

 a { background-color: rgb(197,120,92); }

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

border-color css

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

 span { border-color: rgb(197,120,92); }

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