Html Css Color HEX #C26747 Red Damask

📋 copy color: '#C26747'

red 194 ◦ green 103 ◦ blue 71

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

Shades of Red Damask #C26747

Tints of Red Damask #C26747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 52.72%
G = 27.99%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C26747 (or 0xC26747) is known color: Red Damask. HEX triplet: C2, 67 and 47. RGB value is (194,103,71). Sum of RGB (Red+Green+Blue) = 194+103+71=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C26747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26747 is #3D98B8. Grayscale: #7E7E7E. Windows color (decimal): -4036793 or 4679618. OLE color: 4679618.

HSL color Cylindrical-coordinate representation of color #C26747: hue angle of 15.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C26747 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 71 -
CMYK 0 0.47 0.63 0.24
HSL 15.61º 0.5% 0.52% -
HSV(B) 15.61º 0.63% 0.76% -
XYZ 28.24 21.62 8.65 -
YUV 126.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 194 103 71 0 0.47 0.63 0.24 15.61 0.5 0.52
Hex C2 67 47 0 2F 3F 18 10 32 34
Octal 302 147 107 0 57 77 30 20 62 64
Binary 11000010 1100111 1000111 0 101111 111111 11000 10000 110010 110100

Color Harmonies of #C26747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26747

Black with #C26747

Text Example


Text Example

White with #C26747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26747; }

 p { color: rgb(194,103,71); }

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

background-color css

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

 a { background-color: rgb(194,103,71); }

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

border-color css

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

 span { border-color: rgb(194,103,71); }

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