Html Css Color HEX #C2694D Red Damask

📋 copy color: '#C2694D'

red 194 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #C2694D

Tints of Red Damask #C2694D

RGB

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

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

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

R = 51.6%
G = 27.93%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2694D (or 0xC2694D) is known color: Red Damask. HEX triplet: C2, 69 and 4D. RGB value is (194,105,77). Sum of RGB (Red+Green+Blue) = 194+105+77=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2694D is #3D96B2. Grayscale: #808080. Windows color (decimal): -4036275 or 5073346. OLE color: 5073346.

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

Color convert

RGB 194 105 77 -
CMYK 0 0.46 0.60 0.24
HSL 14.36º 0.49% 0.53% -
HSV(B) 14.36º 0.6% 0.76% -
XYZ 28.64 22.11 9.78 -
YUV 128.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 194 105 77 0 0.46 0.60 0.24 14.36 0.49 0.53
Hex C2 69 4D 0 2E 3C 18 E 31 35
Octal 302 151 115 0 56 74 30 16 61 65
Binary 11000010 1101001 1001101 0 101110 111100 11000 1110 110001 110101

Color Harmonies of #C2694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2694D

Black with #C2694D

Text Example


Text Example

White with #C2694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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