Html Css Color HEX #C3684F Red Damask

📋 copy color: '#C3684F'

red 195 ◦ green 104 ◦ blue 79

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

Shades of Red Damask #C3684F

Tints of Red Damask #C3684F

RGB

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

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

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

R = 51.59%
G = 27.51%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3684F (or 0xC3684F) is known color: Red Damask. HEX triplet: C3, 68 and 4F. RGB value is (195,104,79). Sum of RGB (Red+Green+Blue) = 195+104+79=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3684F is #3C97B0. Grayscale: #808080. Windows color (decimal): -3970993 or 5204163. OLE color: 5204163.

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

Color convert

RGB 195 104 79 -
CMYK 0 0.47 0.59 0.24
HSL 12.93º 0.49% 0.54% -
HSV(B) 12.93º 0.59% 0.76% -
XYZ 28.87 22.07 10.14 -
YUV 128.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 195 104 79 0 0.47 0.59 0.24 12.93 0.49 0.54
Hex C3 68 4F 0 2F 3B 18 D 31 36
Octal 303 150 117 0 57 73 30 15 61 66
Binary 11000011 1101000 1001111 0 101111 111011 11000 1101 110001 110110

Color Harmonies of #C3684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3684F

Black with #C3684F

Text Example


Text Example

White with #C3684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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