Html Css Color HEX #C2694C Red Damask

📋 copy color: '#C2694C'

red 194 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #C2694C

Tints of Red Damask #C2694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 51.73%
G = 28%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2694C (or 0xC2694C) is known color: Red Damask. HEX triplet: C2, 69 and 4C. RGB value is (194,105,76). Sum of RGB (Red+Green+Blue) = 194+105+76=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2694C is #3D96B3. Grayscale: #808080. Windows color (decimal): -4036276 or 5007810. OLE color: 5007810.

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

Color convert

RGB 194 105 76 -
CMYK 0 0.46 0.61 0.24
HSL 14.75º 0.49% 0.53% -
HSV(B) 14.75º 0.61% 0.76% -
XYZ 28.6 22.09 9.59 -
YUV 128.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 194 105 76 0 0.46 0.61 0.24 14.75 0.49 0.53
Hex C2 69 4C 0 2E 3D 18 F 31 35
Octal 302 151 114 0 56 75 30 17 61 65
Binary 11000010 1101001 1001100 0 101110 111101 11000 1111 110001 110101

Color Harmonies of #C2694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2694C

Black with #C2694C

Text Example


Text Example

White with #C2694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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