Html Css Color HEX #C37660 Japonica

📋 copy color: '#C37660'

red 195 ◦ green 118 ◦ blue 96

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

Shades of Japonica #C37660

Tints of Japonica #C37660

RGB

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

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

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

R = 47.68%
G = 28.85%
B = 23.47%

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

#C37660 (or 0xC37660) is known color: Japonica. HEX triplet: C3, 76 and 60. RGB value is (195,118,96). Sum of RGB (Red+Green+Blue) = 195+118+96=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C37660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37660 is #3C899F. Grayscale: #8A8A8A. Windows color (decimal): -3967392 or 6321859. OLE color: 6321859.

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

Color convert

RGB 195 118 96 -
CMYK 0 0.39 0.51 0.24
HSL 13.33º 0.45% 0.57% -
HSV(B) 13.33º 0.51% 0.76% -
XYZ 31.1 25.4 14.33 -
YUV 138.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 195 118 96 0 0.39 0.51 0.24 13.33 0.45 0.57
Hex C3 76 60 0 27 33 18 D 2D 39
Octal 303 166 140 0 47 63 30 15 55 71
Binary 11000011 1110110 1100000 0 100111 110011 11000 1101 101101 111001

Color Harmonies of #C37660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37660

Black with #C37660

Text Example


Text Example

White with #C37660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37660; }

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

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

background-color css

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

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

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

border-color css

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

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

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