Html Css Color HEX #C06947 Red Damask

📋 copy color: '#C06947'

red 192 ◦ green 105 ◦ blue 71

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

Shades of Red Damask #C06947

Tints of Red Damask #C06947

RGB

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

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

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

R = 52.17%
G = 28.53%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06947 (or 0xC06947) is known color: Red Damask. HEX triplet: C0, 69 and 47. RGB value is (192,105,71). Sum of RGB (Red+Green+Blue) = 192+105+71=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C06947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06947 is #3F96B8. Grayscale: #7F7F7F. Windows color (decimal): -4167353 or 4680128. OLE color: 4680128.

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

Color convert

RGB 192 105 71 -
CMYK 0 0.45 0.63 0.25
HSL 16.86º 0.49% 0.52% -
HSV(B) 16.86º 0.63% 0.75% -
XYZ 27.93 21.76 8.69 -
YUV 127.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 192 105 71 0 0.45 0.63 0.25 16.86 0.49 0.52
Hex C0 69 47 0 2D 3F 19 11 31 34
Octal 300 151 107 0 55 77 31 21 61 64
Binary 11000000 1101001 1000111 0 101101 111111 11001 10001 110001 110100

Color Harmonies of #C06947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06947

Black with #C06947

Text Example


Text Example

White with #C06947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06947; }

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

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

background-color css

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

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

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

border-color css

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

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

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