Html Css Color HEX #C36C4C Red Damask

📋 copy color: '#C36C4C'

red 195 ◦ green 108 ◦ blue 76

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

Shades of Red Damask #C36C4C

Tints of Red Damask #C36C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 51.45%
G = 28.5%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C36C4C (or 0xC36C4C) is known color: Red Damask. HEX triplet: C3, 6C and 4C. RGB value is (195,108,76). Sum of RGB (Red+Green+Blue) = 195+108+76=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C4C is #3C93B3. Grayscale: #828282. Windows color (decimal): -3969972 or 5008579. OLE color: 5008579.

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

Color convert

RGB 195 108 76 -
CMYK 0 0.45 0.61 0.24
HSL 16.13º 0.5% 0.53% -
HSV(B) 16.13º 0.61% 0.76% -
XYZ 29.17 22.85 9.71 -
YUV 130.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 195 108 76 0 0.45 0.61 0.24 16.13 0.5 0.53
Hex C3 6C 4C 0 2D 3D 18 10 32 35
Octal 303 154 114 0 55 75 30 20 62 65
Binary 11000011 1101100 1001100 0 101101 111101 11000 10000 110010 110101

Color Harmonies of #C36C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C4C

Black with #C36C4C

Text Example


Text Example

White with #C36C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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