Html Css Color HEX #C36C4B Red Damask

📋 copy color: '#C36C4B'

red 195 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #C36C4B

Tints of Red Damask #C36C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 51.59%
G = 28.57%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C36C4B (or 0xC36C4B) is known color: Red Damask. HEX triplet: C3, 6C and 4B. RGB value is (195,108,75). Sum of RGB (Red+Green+Blue) = 195+108+75=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C4B is #3C93B4. Grayscale: #828282. Windows color (decimal): -3969973 or 4943043. OLE color: 4943043.

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

Color convert

RGB 195 108 75 -
CMYK 0 0.45 0.62 0.24
HSL 16.5º 0.5% 0.53% -
HSV(B) 16.5º 0.62% 0.76% -
XYZ 29.14 22.84 9.53 -
YUV 130.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 195 108 75 0 0.45 0.62 0.24 16.5 0.5 0.53
Hex C3 6C 4B 0 2D 3E 18 10 32 35
Octal 303 154 113 0 55 76 30 20 62 65
Binary 11000011 1101100 1001011 0 101101 111110 11000 10000 110010 110101

Color Harmonies of #C36C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C4B

Black with #C36C4B

Text Example


Text Example

White with #C36C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C4B; }

 p { color: rgb(195,108,75); }

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

background-color css

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

 a { background-color: rgb(195,108,75); }

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

border-color css

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

 span { border-color: rgb(195,108,75); }

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