Html Css Color HEX #C3684A Red Damask

📋 copy color: '#C3684A'

red 195 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #C3684A

Tints of Red Damask #C3684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 52.28%
G = 27.88%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3684A (or 0xC3684A) is known color: Red Damask. HEX triplet: C3, 68 and 4A. RGB value is (195,104,74). Sum of RGB (Red+Green+Blue) = 195+104+74=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3684A is #3C97B5. Grayscale: #808080. Windows color (decimal): -3970998 or 4876483. OLE color: 4876483.

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

Color convert

RGB 195 104 74 -
CMYK 0 0.47 0.62 0.24
HSL 14.88º 0.5% 0.53% -
HSV(B) 14.88º 0.62% 0.76% -
XYZ 28.69 22 9.21 -
YUV 127.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 195 104 74 0 0.47 0.62 0.24 14.88 0.5 0.53
Hex C3 68 4A 0 2F 3E 18 F 32 35
Octal 303 150 112 0 57 76 30 17 62 65
Binary 11000011 1101000 1001010 0 101111 111110 11000 1111 110010 110101

Color Harmonies of #C3684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3684A

Black with #C3684A

Text Example


Text Example

White with #C3684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3684A; }

 p { color: rgb(195,104,74); }

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

background-color css

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

 a { background-color: rgb(195,104,74); }

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

border-color css

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

 span { border-color: rgb(195,104,74); }

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