Html Css Color HEX #C5765B Japonica

📋 copy color: '#C5765B'

red 197 ◦ green 118 ◦ blue 91

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

Shades of Japonica #C5765B

Tints of Japonica #C5765B

RGB

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

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

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

R = 48.52%
G = 29.06%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5765B (or 0xC5765B) is known color: Japonica. HEX triplet: C5, 76 and 5B. RGB value is (197,118,91). Sum of RGB (Red+Green+Blue) = 197+118+91=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765B is #3A89A4. Grayscale: #8A8A8A. Windows color (decimal): -3836325 or 5994181. OLE color: 5994181.

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

Color convert

RGB 197 118 91 -
CMYK 0 0.40 0.54 0.23
HSL 15.28º 0.48% 0.56% -
HSV(B) 15.28º 0.54% 0.77% -
XYZ 31.39 25.58 13.18 -
YUV 138.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 197 118 91 0 0.40 0.54 0.23 15.28 0.48 0.56
Hex C5 76 5B 0 28 36 17 F 30 38
Octal 305 166 133 0 50 66 27 17 60 70
Binary 11000101 1110110 1011011 0 101000 110110 10111 1111 110000 111000

Color Harmonies of #C5765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5765B

Black with #C5765B

Text Example


Text Example

White with #C5765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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