Html Css Color HEX #C3694A Red Damask

📋 copy color: '#C3694A'

red 195 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #C3694A

Tints of Red Damask #C3694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 52.14%
G = 28.07%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3694A (or 0xC3694A) is known color: Red Damask. HEX triplet: C3, 69 and 4A. RGB value is (195,105,74). Sum of RGB (Red+Green+Blue) = 195+105+74=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3694A is #3C96B5. Grayscale: #808080. Windows color (decimal): -3970742 or 4876739. OLE color: 4876739.

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

Color convert

RGB 195 105 74 -
CMYK 0 0.46 0.62 0.24
HSL 15.37º 0.5% 0.53% -
HSV(B) 15.37º 0.62% 0.76% -
XYZ 28.79 22.2 9.25 -
YUV 128.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 195 105 74 0 0.46 0.62 0.24 15.37 0.5 0.53
Hex C3 69 4A 0 2E 3E 18 F 32 35
Octal 303 151 112 0 56 76 30 17 62 65
Binary 11000011 1101001 1001010 0 101110 111110 11000 1111 110010 110101

Color Harmonies of #C3694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3694A

Black with #C3694A

Text Example


Text Example

White with #C3694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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