Html Css Color HEX #C3694F Red Damask

📋 copy color: '#C3694F'

red 195 ◦ green 105 ◦ blue 79

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

Shades of Red Damask #C3694F

Tints of Red Damask #C3694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 51.45%
G = 27.7%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3694F (or 0xC3694F) is known color: Red Damask. HEX triplet: C3, 69 and 4F. RGB value is (195,105,79). Sum of RGB (Red+Green+Blue) = 195+105+79=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3694F is #3C96B0. Grayscale: #818181. Windows color (decimal): -3970737 or 5204419. OLE color: 5204419.

HSL color Cylindrical-coordinate representation of color #C3694F: hue angle of 13.45º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3694F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 79 -
CMYK 0 0.46 0.59 0.24
HSL 13.45º 0.49% 0.54% -
HSV(B) 13.45º 0.59% 0.76% -
XYZ 28.97 22.27 10.17 -
YUV 128.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 195 105 79 0 0.46 0.59 0.24 13.45 0.49 0.54
Hex C3 69 4F 0 2E 3B 18 D 31 36
Octal 303 151 117 0 56 73 30 15 61 66
Binary 11000011 1101001 1001111 0 101110 111011 11000 1101 110001 110110

Color Harmonies of #C3694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3694F

Black with #C3694F

Text Example


Text Example

White with #C3694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3694F; }

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

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

background-color css

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

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

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

border-color css

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

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

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