Html Css Color HEX #C37960 Japonica

📋 copy color: '#C37960'

red 195 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C37960

Tints of Japonica #C37960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 47.33%
G = 29.37%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37960 (or 0xC37960) is known color: Japonica. HEX triplet: C3, 79 and 60. RGB value is (195,121,96). Sum of RGB (Red+Green+Blue) = 195+121+96=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37960 is #3C869F. Grayscale: #8C8C8C. Windows color (decimal): -3966624 or 6322627. OLE color: 6322627.

HSL color Cylindrical-coordinate representation of color #C37960: hue angle of 15.15º 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 #C37960 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 96 -
CMYK 0 0.38 0.51 0.24
HSL 15.15º 0.45% 0.57% -
HSV(B) 15.15º 0.51% 0.76% -
XYZ 31.45 26.12 14.45 -
YUV 140.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 195 121 96 0 0.38 0.51 0.24 15.15 0.45 0.57
Hex C3 79 60 0 26 33 18 F 2D 39
Octal 303 171 140 0 46 63 30 17 55 71
Binary 11000011 1111001 1100000 0 100110 110011 11000 1111 101101 111001

Color Harmonies of #C37960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37960

Black with #C37960

Text Example


Text Example

White with #C37960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37960; }

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

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

background-color css

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

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

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

border-color css

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

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

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