Html Css Color HEX #C5785B Japonica

📋 copy color: '#C5785B'

red 197 ◦ green 120 ◦ blue 91

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

Shades of Japonica #C5785B

Tints of Japonica #C5785B

RGB

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

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

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

R = 48.28%
G = 29.41%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5785B (or 0xC5785B) is known color: Japonica. HEX triplet: C5, 78 and 5B. RGB value is (197,120,91). Sum of RGB (Red+Green+Blue) = 197+120+91=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5785B is #3A87A4. Grayscale: #8B8B8B. Windows color (decimal): -3835813 or 5994693. OLE color: 5994693.

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

Color convert

RGB 197 120 91 -
CMYK 0 0.39 0.54 0.23
HSL 16.42º 0.48% 0.56% -
HSV(B) 16.42º 0.54% 0.77% -
XYZ 31.63 26.06 13.26 -
YUV 139.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 197 120 91 0 0.39 0.54 0.23 16.42 0.48 0.56
Hex C5 78 5B 0 27 36 17 10 30 38
Octal 305 170 133 0 47 66 27 20 60 70
Binary 11000101 1111000 1011011 0 100111 110110 10111 10000 110000 111000

Color Harmonies of #C5785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5785B

Black with #C5785B

Text Example


Text Example

White with #C5785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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