Html Css Color HEX #C36848 Red Damask

📋 copy color: '#C36848'

red 195 ◦ green 104 ◦ blue 72

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

Shades of Red Damask #C36848

Tints of Red Damask #C36848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 52.56%
G = 28.03%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C36848 (or 0xC36848) is known color: Red Damask. HEX triplet: C3, 68 and 48. RGB value is (195,104,72). Sum of RGB (Red+Green+Blue) = 195+104+72=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C36848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36848 is #3C97B7. Grayscale: #7F7F7F. Windows color (decimal): -3971000 or 4745411. OLE color: 4745411.

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

Color convert

RGB 195 104 72 -
CMYK 0 0.47 0.63 0.24
HSL 15.61º 0.51% 0.52% -
HSV(B) 15.61º 0.63% 0.76% -
XYZ 28.63 21.97 8.86 -
YUV 127.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 195 104 72 0 0.47 0.63 0.24 15.61 0.51 0.52
Hex C3 68 48 0 2F 3F 18 10 33 34
Octal 303 150 110 0 57 77 30 20 63 64
Binary 11000011 1101000 1001000 0 101111 111111 11000 10000 110011 110100

Color Harmonies of #C36848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36848

Black with #C36848

Text Example


Text Example

White with #C36848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36848; }

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

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

background-color css

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

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

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

border-color css

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

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

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