Html Css Color HEX #C36C58 Japonica

📋 copy color: '#C36C58'

red 195 ◦ green 108 ◦ blue 88

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

Shades of Japonica #C36C58

Tints of Japonica #C36C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 49.87%
G = 27.62%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C36C58 (or 0xC36C58) is known color: Japonica. HEX triplet: C3, 6C and 58. RGB value is (195,108,88). Sum of RGB (Red+Green+Blue) = 195+108+88=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C58 is #3C93A7. Grayscale: #838383. Windows color (decimal): -3969960 or 5795011. OLE color: 5795011.

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

Color convert

RGB 195 108 88 -
CMYK 0 0.45 0.55 0.24
HSL 11.21º 0.47% 0.55% -
HSV(B) 11.21º 0.55% 0.76% -
XYZ 29.63 23.03 12.12 -
YUV 131.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 195 108 88 0 0.45 0.55 0.24 11.21 0.47 0.55
Hex C3 6C 58 0 2D 37 18 B 2F 37
Octal 303 154 130 0 55 67 30 13 57 67
Binary 11000011 1101100 1011000 0 101101 110111 11000 1011 101111 110111

Color Harmonies of #C36C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C58

Black with #C36C58

Text Example


Text Example

White with #C36C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C58; }

 p { color: rgb(195,108,88); }

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

background-color css

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

 a { background-color: rgb(195,108,88); }

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

border-color css

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

 span { border-color: rgb(195,108,88); }

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