Html Css Color HEX #C06845 Red Damask

📋 copy color: '#C06845'

red 192 ◦ green 104 ◦ blue 69

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

Shades of Red Damask #C06845

Tints of Red Damask #C06845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 52.6%
G = 28.49%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C06845 (or 0xC06845) is known color: Red Damask. HEX triplet: C0, 68 and 45. RGB value is (192,104,69). Sum of RGB (Red+Green+Blue) = 192+104+69=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06845 is #3F97BA. Grayscale: #7E7E7E. Windows color (decimal): -4167611 or 4548800. OLE color: 4548800.

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

Color convert

RGB 192 104 69 -
CMYK 0 0.46 0.64 0.25
HSL 17.07º 0.49% 0.51% -
HSV(B) 17.07º 0.64% 0.75% -
XYZ 27.76 21.54 8.32 -
YUV 126.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 192 104 69 0 0.46 0.64 0.25 17.07 0.49 0.51
Hex C0 68 45 0 2E 40 19 11 31 33
Octal 300 150 105 0 56 100 31 21 61 63
Binary 11000000 1101000 1000101 0 101110 1000000 11001 10001 110001 110011

Color Harmonies of #C06845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06845

Black with #C06845

Text Example


Text Example

White with #C06845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06845; }

 p { color: rgb(192,104,69); }

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

background-color css

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

 a { background-color: rgb(192,104,69); }

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

border-color css

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

 span { border-color: rgb(192,104,69); }

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