Html Css Color HEX #C5755E Japonica

📋 copy color: '#C5755E'

red 197 ◦ green 117 ◦ blue 94

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

Shades of Japonica #C5755E

Tints of Japonica #C5755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 48.28%
G = 28.68%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5755E (or 0xC5755E) is known color: Japonica. HEX triplet: C5, 75 and 5E. RGB value is (197,117,94). Sum of RGB (Red+Green+Blue) = 197+117+94=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5755E is #3A8AA1. Grayscale: #8A8A8A. Windows color (decimal): -3836578 or 6190533. OLE color: 6190533.

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

Color convert

RGB 197 117 94 -
CMYK 0 0.41 0.52 0.23
HSL 13.4º 0.47% 0.57% -
HSV(B) 13.4º 0.52% 0.77% -
XYZ 31.41 25.4 13.84 -
YUV 138.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 197 117 94 0 0.41 0.52 0.23 13.4 0.47 0.57
Hex C5 75 5E 0 29 34 17 D 2F 39
Octal 305 165 136 0 51 64 27 15 57 71
Binary 11000101 1110101 1011110 0 101001 110100 10111 1101 101111 111001

Color Harmonies of #C5755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5755E

Black with #C5755E

Text Example


Text Example

White with #C5755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5755E; }

 p { color: rgb(197,117,94); }

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

background-color css

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

 a { background-color: rgb(197,117,94); }

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

border-color css

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

 span { border-color: rgb(197,117,94); }

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