Html Css Color HEX #C36F48 Red Damask

📋 copy color: '#C36F48'

red 195 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #C36F48

Tints of Red Damask #C36F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

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

R = 51.59%
G = 29.37%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36F48 (or 0xC36F48) is known color: Red Damask. HEX triplet: C3, 6F and 48. RGB value is (195,111,72). Sum of RGB (Red+Green+Blue) = 195+111+72=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F48 is #3C90B7. Grayscale: #838383. Windows color (decimal): -3969208 or 4747203. OLE color: 4747203.

HSL color Cylindrical-coordinate representation of color #C36F48: hue angle of 19.02º 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 #C36F48 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 111 72 -
CMYK 0 0.43 0.63 0.24
HSL 19.02º 0.51% 0.52% -
HSV(B) 19.02º 0.63% 0.76% -
XYZ 29.36 23.44 9.11 -
YUV 131.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 195 111 72 0 0.43 0.63 0.24 19.02 0.51 0.52
Hex C3 6F 48 0 2B 3F 18 13 33 34
Octal 303 157 110 0 53 77 30 23 63 64
Binary 11000011 1101111 1001000 0 101011 111111 11000 10011 110011 110100

Color Harmonies of #C36F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F48

Black with #C36F48

Text Example


Text Example

White with #C36F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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