Html Css Color HEX #C3754F Red Damask

📋 copy color: '#C3754F'

red 195 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #C3754F

Tints of Red Damask #C3754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 49.87%
G = 29.92%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3754F (or 0xC3754F) is known color: Red Damask. HEX triplet: C3, 75 and 4F. RGB value is (195,117,79). Sum of RGB (Red+Green+Blue) = 195+117+79=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3754F is #3C8AB0. Grayscale: #888888. Windows color (decimal): -3967665 or 5207491. OLE color: 5207491.

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

Color convert

RGB 195 117 79 -
CMYK 0 0.4 0.59 0.24
HSL 19.66º 0.49% 0.54% -
HSV(B) 19.66º 0.59% 0.76% -
XYZ 30.28 24.89 10.61 -
YUV 135.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 195 117 79 0 0.4 0.59 0.24 19.66 0.49 0.54
Hex C3 75 4F 0 28 3B 18 14 31 36
Octal 303 165 117 0 50 73 30 24 61 66
Binary 11000011 1110101 1001111 0 101000 111011 11000 10100 110001 110110

Color Harmonies of #C3754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3754F

Black with #C3754F

Text Example


Text Example

White with #C3754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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