Html Css Color HEX #C3754D Red Damask

📋 copy color: '#C3754D'

red 195 ◦ green 117 ◦ blue 77

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

Shades of Red Damask #C3754D

Tints of Red Damask #C3754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 50.13%
G = 30.08%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3754D (or 0xC3754D) is known color: Red Damask. HEX triplet: C3, 75 and 4D. RGB value is (195,117,77). Sum of RGB (Red+Green+Blue) = 195+117+77=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3754D is #3C8AB2. Grayscale: #888888. Windows color (decimal): -3967667 or 5076419. OLE color: 5076419.

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

Color convert

RGB 195 117 77 -
CMYK 0 0.4 0.61 0.24
HSL 20.34º 0.5% 0.53% -
HSV(B) 20.34º 0.61% 0.76% -
XYZ 30.21 24.86 10.23 -
YUV 135.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 195 117 77 0 0.4 0.61 0.24 20.34 0.5 0.53
Hex C3 75 4D 0 28 3D 18 14 32 35
Octal 303 165 115 0 50 75 30 24 62 65
Binary 11000011 1110101 1001101 0 101000 111101 11000 10100 110010 110101

Color Harmonies of #C3754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3754D

Black with #C3754D

Text Example


Text Example

White with #C3754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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