Html Css Color HEX #C37655 Japonica

📋 copy color: '#C37655'

red 195 ◦ green 118 ◦ blue 85

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

Shades of Japonica #C37655

Tints of Japonica #C37655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 48.99%
G = 29.65%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37655 (or 0xC37655) is known color: Japonica. HEX triplet: C3, 76 and 55. RGB value is (195,118,85). Sum of RGB (Red+Green+Blue) = 195+118+85=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37655 is #3C89AA. Grayscale: #898989. Windows color (decimal): -3967403 or 5600963. OLE color: 5600963.

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

Color convert

RGB 195 118 85 -
CMYK 0 0.39 0.56 0.24
HSL 18º 0.48% 0.55% -
HSV(B) 18º 0.56% 0.76% -
XYZ 30.62 25.21 11.85 -
YUV 137.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 195 118 85 0 0.39 0.56 0.24 18 0.48 0.55
Hex C3 76 55 0 27 38 18 12 30 37
Octal 303 166 125 0 47 70 30 22 60 67
Binary 11000011 1110110 1010101 0 100111 111000 11000 10010 110000 110111

Color Harmonies of #C37655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37655

Black with #C37655

Text Example


Text Example

White with #C37655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37655; }

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

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

background-color css

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

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

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

border-color css

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

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

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