Html Css Color HEX #C86A4B Red Damask

📋 copy color: '#C86A4B'

red 200 ◦ green 106 ◦ blue 75

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

Shades of Red Damask #C86A4B

Tints of Red Damask #C86A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 52.49%
G = 27.82%
B = 19.69%

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

#C86A4B (or 0xC86A4B) is known color: Red Damask. HEX triplet: C8, 6A and 4B. RGB value is (200,106,75). Sum of RGB (Red+Green+Blue) = 200+106+75=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A4B is #3795B4. Grayscale: #828282. Windows color (decimal): -3642805 or 4942536. OLE color: 4942536.

HSL color Cylindrical-coordinate representation of color #C86A4B: hue angle of 14.88º 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 #C86A4B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 75 -
CMYK 0 0.47 0.62 0.22
HSL 14.88º 0.53% 0.54% -
HSV(B) 14.88º 0.63% 0.78% -
XYZ 30.24 23.1 9.52 -
YUV 130.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 200 106 75 0 0.47 0.62 0.22 14.88 0.53 0.54
Hex C8 6A 4B 0 2F 3E 16 F 35 36
Octal 310 152 113 0 57 76 26 17 65 66
Binary 11001000 1101010 1001011 0 101111 111110 10110 1111 110101 110110

Color Harmonies of #C86A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A4B

Black with #C86A4B

Text Example


Text Example

White with #C86A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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