Html Css Color HEX #C2684F Red Damask

📋 copy color: '#C2684F'

red 194 ◦ green 104 ◦ blue 79

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

Shades of Red Damask #C2684F

Tints of Red Damask #C2684F

RGB

 RED value IS 194 (76.17% from 255) = 51.46%

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

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

R = 51.46%
G = 27.59%
B = 20.95%

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

#C2684F (or 0xC2684F) is known color: Red Damask. HEX triplet: C2, 68 and 4F. RGB value is (194,104,79). Sum of RGB (Red+Green+Blue) = 194+104+79=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2684F is #3D97B0. Grayscale: #808080. Windows color (decimal): -4036529 or 5204162. OLE color: 5204162.

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

Color convert

RGB 194 104 79 -
CMYK 0 0.46 0.59 0.24
HSL 13.04º 0.49% 0.54% -
HSV(B) 13.04º 0.59% 0.76% -
XYZ 28.61 21.93 10.12 -
YUV 128.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 194 104 79 0 0.46 0.59 0.24 13.04 0.49 0.54
Hex C2 68 4F 0 2E 3B 18 D 31 36
Octal 302 150 117 0 56 73 30 15 61 66
Binary 11000010 1101000 1001111 0 101110 111011 11000 1101 110001 110110

Color Harmonies of #C2684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2684F

Black with #C2684F

Text Example


Text Example

White with #C2684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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