Html Css Color HEX #C3744B Red Damask

📋 copy color: '#C3744B'

red 195 ◦ green 116 ◦ blue 75

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

Shades of Red Damask #C3744B

Tints of Red Damask #C3744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 50.52%
G = 30.05%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3744B (or 0xC3744B) is known color: Red Damask. HEX triplet: C3, 74 and 4B. RGB value is (195,116,75). Sum of RGB (Red+Green+Blue) = 195+116+75=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3744B is #3C8BB4. Grayscale: #878787. Windows color (decimal): -3967925 or 4945091. OLE color: 4945091.

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

Color convert

RGB 195 116 75 -
CMYK 0 0.41 0.62 0.24
HSL 20.5º 0.5% 0.53% -
HSV(B) 20.5º 0.62% 0.76% -
XYZ 30.02 24.6 9.82 -
YUV 134.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 195 116 75 0 0.41 0.62 0.24 20.5 0.5 0.53
Hex C3 74 4B 0 29 3E 18 14 32 35
Octal 303 164 113 0 51 76 30 24 62 65
Binary 11000011 1110100 1001011 0 101001 111110 11000 10100 110010 110101

Color Harmonies of #C3744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3744B

Black with #C3744B

Text Example


Text Example

White with #C3744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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