Html Css Color HEX #C06949 Red Damask

📋 copy color: '#C06949'

red 192 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C06949

Tints of Red Damask #C06949

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 51.89%
G = 28.38%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C06949 (or 0xC06949) is known color: Red Damask. HEX triplet: C0, 69 and 49. RGB value is (192,105,73). Sum of RGB (Red+Green+Blue) = 192+105+73=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C06949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06949 is #3F96B6. Grayscale: #7F7F7F. Windows color (decimal): -4167351 or 4811200. OLE color: 4811200.

HSL color Cylindrical-coordinate representation of color #C06949: hue angle of 16.13º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06949 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 73 -
CMYK 0 0.45 0.62 0.25
HSL 16.13º 0.49% 0.52% -
HSV(B) 16.13º 0.62% 0.75% -
XYZ 27.99 21.79 9.03 -
YUV 127.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 192 105 73 0 0.45 0.62 0.25 16.13 0.49 0.52
Hex C0 69 49 0 2D 3E 19 10 31 34
Octal 300 151 111 0 55 76 31 20 61 64
Binary 11000000 1101001 1001001 0 101101 111110 11001 10000 110001 110100

Color Harmonies of #C06949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06949

Black with #C06949

Text Example


Text Example

White with #C06949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06949; }

 p { color: rgb(192,105,73); }

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

background-color css

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

 a { background-color: rgb(192,105,73); }

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

border-color css

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

 span { border-color: rgb(192,105,73); }

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