Html Css Color HEX #C36C5C Japonica

📋 copy color: '#C36C5C'

red 195 ◦ green 108 ◦ blue 92

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

Shades of Japonica #C36C5C

Tints of Japonica #C36C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 49.37%
G = 27.34%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C36C5C (or 0xC36C5C) is known color: Japonica. HEX triplet: C3, 6C and 5C. RGB value is (195,108,92). Sum of RGB (Red+Green+Blue) = 195+108+92=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C5C is #3C93A3. Grayscale: #848484. Windows color (decimal): -3969956 or 6057155. OLE color: 6057155.

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

Color convert

RGB 195 108 92 -
CMYK 0 0.45 0.53 0.24
HSL 9.32º 0.46% 0.56% -
HSV(B) 9.32º 0.53% 0.76% -
XYZ 29.8 23.1 13.01 -
YUV 132.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 195 108 92 0 0.45 0.53 0.24 9.32 0.46 0.56
Hex C3 6C 5C 0 2D 35 18 9 2E 38
Octal 303 154 134 0 55 65 30 11 56 70
Binary 11000011 1101100 1011100 0 101101 110101 11000 1001 101110 111000

Color Harmonies of #C36C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C5C

Black with #C36C5C

Text Example


Text Example

White with #C36C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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