Html Css Color HEX #C36B53 Red Damask

📋 copy color: '#C36B53'

red 195 ◦ green 107 ◦ blue 83

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

Shades of Red Damask #C36B53

Tints of Red Damask #C36B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 50.65%
G = 27.79%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C36B53 (or 0xC36B53) is known color: Red Damask. HEX triplet: C3, 6B and 53. RGB value is (195,107,83). Sum of RGB (Red+Green+Blue) = 195+107+83=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B53 is #3C94AC. Grayscale: #828282. Windows color (decimal): -3970221 or 5467075. OLE color: 5467075.

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

Color convert

RGB 195 107 83 -
CMYK 0 0.45 0.57 0.24
HSL 12.86º 0.48% 0.55% -
HSV(B) 12.86º 0.57% 0.76% -
XYZ 29.32 22.74 11.03 -
YUV 130.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 195 107 83 0 0.45 0.57 0.24 12.86 0.48 0.55
Hex C3 6B 53 0 2D 39 18 D 30 37
Octal 303 153 123 0 55 71 30 15 60 67
Binary 11000011 1101011 1010011 0 101101 111001 11000 1101 110000 110111

Color Harmonies of #C36B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36B53

Black with #C36B53

Text Example


Text Example

White with #C36B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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