Html Css Color HEX #C3694D Red Damask

📋 copy color: '#C3694D'

red 195 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #C3694D

Tints of Red Damask #C3694D

RGB

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

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

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

R = 51.72%
G = 27.85%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3694D (or 0xC3694D) is known color: Red Damask. HEX triplet: C3, 69 and 4D. RGB value is (195,105,77). Sum of RGB (Red+Green+Blue) = 195+105+77=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3694D is #3C96B2. Grayscale: #808080. Windows color (decimal): -3970739 or 5073347. OLE color: 5073347.

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

Color convert

RGB 195 105 77 -
CMYK 0 0.46 0.61 0.24
HSL 14.24º 0.5% 0.53% -
HSV(B) 14.24º 0.61% 0.76% -
XYZ 28.9 22.24 9.79 -
YUV 128.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 195 105 77 0 0.46 0.61 0.24 14.24 0.5 0.53
Hex C3 69 4D 0 2E 3D 18 E 32 35
Octal 303 151 115 0 56 75 30 16 62 65
Binary 11000011 1101001 1001101 0 101110 111101 11000 1110 110010 110101

Color Harmonies of #C3694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3694D

Black with #C3694D

Text Example


Text Example

White with #C3694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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