Html Css Color HEX #C5765C Japonica

📋 copy color: '#C5765C'

red 197 ◦ green 118 ◦ blue 92

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

Shades of Japonica #C5765C

Tints of Japonica #C5765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 48.4%
G = 28.99%
B = 22.6%

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

#C5765C (or 0xC5765C) is known color: Japonica. HEX triplet: C5, 76 and 5C. RGB value is (197,118,92). Sum of RGB (Red+Green+Blue) = 197+118+92=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765C is #3A89A3. Grayscale: #8A8A8A. Windows color (decimal): -3836324 or 6059717. OLE color: 6059717.

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

Color convert

RGB 197 118 92 -
CMYK 0 0.40 0.53 0.23
HSL 14.86º 0.48% 0.57% -
HSV(B) 14.86º 0.53% 0.77% -
XYZ 31.44 25.6 13.41 -
YUV 138.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 197 118 92 0 0.40 0.53 0.23 14.86 0.48 0.57
Hex C5 76 5C 0 28 35 17 F 30 39
Octal 305 166 134 0 50 65 27 17 60 71
Binary 11000101 1110110 1011100 0 101000 110101 10111 1111 110000 111001

Color Harmonies of #C5765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5765C

Black with #C5765C

Text Example


Text Example

White with #C5765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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