Html Css Color HEX #C2684A Red Damask

📋 copy color: '#C2684A'

red 194 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #C2684A

Tints of Red Damask #C2684A

RGB

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

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

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

R = 52.15%
G = 27.96%
B = 19.89%

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

#C2684A (or 0xC2684A) is known color: Red Damask. HEX triplet: C2, 68 and 4A. RGB value is (194,104,74). Sum of RGB (Red+Green+Blue) = 194+104+74=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2684A is #3D97B5. Grayscale: #7F7F7F. Windows color (decimal): -4036534 or 4876482. OLE color: 4876482.

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

Color convert

RGB 194 104 74 -
CMYK 0 0.46 0.62 0.24
HSL 15º 0.5% 0.53% -
HSV(B) 15º 0.62% 0.76% -
XYZ 28.43 21.86 9.2 -
YUV 127.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 194 104 74 0 0.46 0.62 0.24 15 0.5 0.53
Hex C2 68 4A 0 2E 3E 18 F 32 35
Octal 302 150 112 0 56 76 30 17 62 65
Binary 11000010 1101000 1001010 0 101110 111110 11000 1111 110010 110101

Color Harmonies of #C2684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2684A

Black with #C2684A

Text Example


Text Example

White with #C2684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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