Html Css Color HEX #C36F4F Red Damask

📋 copy color: '#C36F4F'

red 195 ◦ green 111 ◦ blue 79

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

Shades of Red Damask #C36F4F

Tints of Red Damask #C36F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 50.65%
G = 28.83%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C36F4F (or 0xC36F4F) is known color: Red Damask. HEX triplet: C3, 6F and 4F. RGB value is (195,111,79). Sum of RGB (Red+Green+Blue) = 195+111+79=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F4F is #3C90B0. Grayscale: #848484. Windows color (decimal): -3969201 or 5205955. OLE color: 5205955.

HSL color Cylindrical-coordinate representation of color #C36F4F: hue angle of 16.55º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C36F4F is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 111 79 -
CMYK 0 0.43 0.59 0.24
HSL 16.55º 0.49% 0.54% -
HSV(B) 16.55º 0.59% 0.76% -
XYZ 29.6 23.54 10.38 -
YUV 132.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 195 111 79 0 0.43 0.59 0.24 16.55 0.49 0.54
Hex C3 6F 4F 0 2B 3B 18 11 31 36
Octal 303 157 117 0 53 73 30 21 61 66
Binary 11000011 1101111 1001111 0 101011 111011 11000 10001 110001 110110

Color Harmonies of #C36F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F4F

Black with #C36F4F

Text Example


Text Example

White with #C36F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F4F; }

 p { color: rgb(195,111,79); }

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

background-color css

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

 a { background-color: rgb(195,111,79); }

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

border-color css

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

 span { border-color: rgb(195,111,79); }

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