Html Css Color HEX #C86A4D Red Damask

📋 copy color: '#C86A4D'

red 200 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #C86A4D

Tints of Red Damask #C86A4D

RGB

 RED value IS 200 (78.52% from 255) = 52.22%

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 52.22%
G = 27.68%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86A4D (or 0xC86A4D) is known color: Red Damask. HEX triplet: C8, 6A and 4D. RGB value is (200,106,77). Sum of RGB (Red+Green+Blue) = 200+106+77=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A4D is #3795B2. Grayscale: #838383. Windows color (decimal): -3642803 or 5073608. OLE color: 5073608.

HSL color Cylindrical-coordinate representation of color #C86A4D: hue angle of 14.15º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C86A4D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 77 -
CMYK 0 0.47 0.62 0.22
HSL 14.15º 0.53% 0.54% -
HSV(B) 14.15º 0.62% 0.78% -
XYZ 30.31 23.12 9.89 -
YUV 130.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 200 106 77 0 0.47 0.62 0.22 14.15 0.53 0.54
Hex C8 6A 4D 0 2F 3E 16 E 35 36
Octal 310 152 115 0 57 76 26 16 65 66
Binary 11001000 1101010 1001101 0 101111 111110 10110 1110 110101 110110

Color Harmonies of #C86A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A4D

Black with #C86A4D

Text Example


Text Example

White with #C86A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A4D; }

 p { color: rgb(200,106,77); }

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

background-color css

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

 a { background-color: rgb(200,106,77); }

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

border-color css

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

 span { border-color: rgb(200,106,77); }

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