Html Css Color HEX #C36748 Red Damask

📋 copy color: '#C36748'

red 195 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #C36748

Tints of Red Damask #C36748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 52.7%
G = 27.84%
B = 19.46%

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

#C36748 (or 0xC36748) is known color: Red Damask. HEX triplet: C3, 67 and 48. RGB value is (195,103,72). Sum of RGB (Red+Green+Blue) = 195+103+72=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36748 is #3C98B7. Grayscale: #7F7F7F. Windows color (decimal): -3971256 or 4745155. OLE color: 4745155.

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

Color convert

RGB 195 103 72 -
CMYK 0 0.47 0.63 0.24
HSL 15.12º 0.51% 0.52% -
HSV(B) 15.12º 0.63% 0.76% -
XYZ 28.53 21.77 8.83 -
YUV 126.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 195 103 72 0 0.47 0.63 0.24 15.12 0.51 0.52
Hex C3 67 48 0 2F 3F 18 F 33 34
Octal 303 147 110 0 57 77 30 17 63 64
Binary 11000011 1100111 1001000 0 101111 111111 11000 1111 110011 110100

Color Harmonies of #C36748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36748

Black with #C36748

Text Example


Text Example

White with #C36748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36748; }

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

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

background-color css

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

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

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

border-color css

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

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

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