Html Css Color HEX #C36B48 Red Damask

📋 copy color: '#C36B48'

red 195 ◦ green 107 ◦ blue 72

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

Shades of Red Damask #C36B48

Tints of Red Damask #C36B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 52.14%
G = 28.61%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36B48 (or 0xC36B48) is known color: Red Damask. HEX triplet: C3, 6B and 48. RGB value is (195,107,72). Sum of RGB (Red+Green+Blue) = 195+107+72=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B48 is #3C94B7. Grayscale: #818181. Windows color (decimal): -3970232 or 4746179. OLE color: 4746179.

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

Color convert

RGB 195 107 72 -
CMYK 0 0.45 0.63 0.24
HSL 17.07º 0.51% 0.52% -
HSV(B) 17.07º 0.63% 0.76% -
XYZ 28.93 22.59 8.97 -
YUV 129.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 195 107 72 0 0.45 0.63 0.24 17.07 0.51 0.52
Hex C3 6B 48 0 2D 3F 18 11 33 34
Octal 303 153 110 0 55 77 30 21 63 64
Binary 11000011 1101011 1001000 0 101101 111111 11000 10001 110011 110100

Color Harmonies of #C36B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B48

Black with #C36B48

Text Example


Text Example

White with #C36B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B48; }

 p { color: rgb(195,107,72); }

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

background-color css

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

 a { background-color: rgb(195,107,72); }

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

border-color css

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

 span { border-color: rgb(195,107,72); }

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