Html Css Color HEX #C37760 Japonica

📋 copy color: '#C37760'

red 195 ◦ green 119 ◦ blue 96

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

Shades of Japonica #C37760

Tints of Japonica #C37760

RGB

 RED value IS 195 (76.56% from 255) = 47.56%

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

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 47.56%
G = 29.02%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37760 (or 0xC37760) is known color: Japonica. HEX triplet: C3, 77 and 60. RGB value is (195,119,96). Sum of RGB (Red+Green+Blue) = 195+119+96=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C37760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37760 is #3C889F. Grayscale: #8B8B8B. Windows color (decimal): -3967136 or 6322115. OLE color: 6322115.

HSL color Cylindrical-coordinate representation of color #C37760: hue angle of 13.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37760 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 96 -
CMYK 0 0.39 0.51 0.24
HSL 13.94º 0.45% 0.57% -
HSV(B) 13.94º 0.51% 0.76% -
XYZ 31.21 25.64 14.37 -
YUV 139.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 195 119 96 0 0.39 0.51 0.24 13.94 0.45 0.57
Hex C3 77 60 0 27 33 18 E 2D 39
Octal 303 167 140 0 47 63 30 16 55 71
Binary 11000011 1110111 1100000 0 100111 110011 11000 1110 101101 111001

Color Harmonies of #C37760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37760

Black with #C37760

Text Example


Text Example

White with #C37760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37760; }

 p { color: rgb(195,119,96); }

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

background-color css

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

 a { background-color: rgb(195,119,96); }

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

border-color css

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

 span { border-color: rgb(195,119,96); }

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