Html Css Color HEX #C36E4B Red Damask

📋 copy color: '#C36E4B'

red 195 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #C36E4B

Tints of Red Damask #C36E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

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

R = 51.32%
G = 28.95%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C36E4B (or 0xC36E4B) is known color: Red Damask. HEX triplet: C3, 6E and 4B. RGB value is (195,110,75). Sum of RGB (Red+Green+Blue) = 195+110+75=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E4B is #3C91B4. Grayscale: #838383. Windows color (decimal): -3969461 or 4943555. OLE color: 4943555.

HSL color Cylindrical-coordinate representation of color #C36E4B: hue angle of 17.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 #C36E4B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 110 75 -
CMYK 0 0.44 0.62 0.24
HSL 17.5º 0.5% 0.53% -
HSV(B) 17.5º 0.62% 0.76% -
XYZ 29.35 23.26 9.6 -
YUV 131.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 195 110 75 0 0.44 0.62 0.24 17.5 0.5 0.53
Hex C3 6E 4B 0 2C 3E 18 12 32 35
Octal 303 156 113 0 54 76 30 22 62 65
Binary 11000011 1101110 1001011 0 101100 111110 11000 10010 110010 110101

Color Harmonies of #C36E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E4B

Black with #C36E4B

Text Example


Text Example

White with #C36E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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