Html Css Color HEX #C5775C Japonica

📋 copy color: '#C5775C'

red 197 ◦ green 119 ◦ blue 92

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

Shades of Japonica #C5775C

Tints of Japonica #C5775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 48.28%
G = 29.17%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5775C (or 0xC5775C) is known color: Japonica. HEX triplet: C5, 77 and 5C. RGB value is (197,119,92). Sum of RGB (Red+Green+Blue) = 197+119+92=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5775C is #3A88A3. Grayscale: #8B8B8B. Windows color (decimal): -3836068 or 6059973. OLE color: 6059973.

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

Color convert

RGB 197 119 92 -
CMYK 0 0.40 0.53 0.23
HSL 15.43º 0.48% 0.57% -
HSV(B) 15.43º 0.53% 0.77% -
XYZ 31.55 25.84 13.45 -
YUV 139.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 197 119 92 0 0.40 0.53 0.23 15.43 0.48 0.57
Hex C5 77 5C 0 28 35 17 F 30 39
Octal 305 167 134 0 50 65 27 17 60 71
Binary 11000101 1110111 1011100 0 101000 110101 10111 1111 110000 111001

Color Harmonies of #C5775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5775C

Black with #C5775C

Text Example


Text Example

White with #C5775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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