Html Css Color HEX #C26F48 Red Damask

📋 copy color: '#C26F48'

red 194 ◦ green 111 ◦ blue 72

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

Shades of Red Damask #C26F48

Tints of Red Damask #C26F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 51.46%
G = 29.44%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C26F48 (or 0xC26F48) is known color: Red Damask. HEX triplet: C2, 6F and 48. RGB value is (194,111,72). Sum of RGB (Red+Green+Blue) = 194+111+72=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F48 is #3D90B7. Grayscale: #838383. Windows color (decimal): -4034744 or 4747202. OLE color: 4747202.

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

Color convert

RGB 194 111 72 -
CMYK 0 0.43 0.63 0.24
HSL 19.18º 0.5% 0.52% -
HSV(B) 19.18º 0.63% 0.76% -
XYZ 29.1 23.31 9.1 -
YUV 131.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 194 111 72 0 0.43 0.63 0.24 19.18 0.5 0.52
Hex C2 6F 48 0 2B 3F 18 13 32 34
Octal 302 157 110 0 53 77 30 23 62 64
Binary 11000010 1101111 1001000 0 101011 111111 11000 10011 110010 110100

Color Harmonies of #C26F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F48

Black with #C26F48

Text Example


Text Example

White with #C26F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F48; }

 p { color: rgb(194,111,72); }

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

background-color css

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

 a { background-color: rgb(194,111,72); }

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

border-color css

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

 span { border-color: rgb(194,111,72); }

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