Html Css Color HEX #C86B48 Red Damask

📋 copy color: '#C86B48'

red 200 ◦ green 107 ◦ blue 72

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

Shades of Red Damask #C86B48

Tints of Red Damask #C86B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 52.77%
G = 28.23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86B48 (or 0xC86B48) is known color: Red Damask. HEX triplet: C8, 6B and 48. RGB value is (200,107,72). Sum of RGB (Red+Green+Blue) = 200+107+72=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B48 is #3794B7. Grayscale: #838383. Windows color (decimal): -3642552 or 4746184. OLE color: 4746184.

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

Color convert

RGB 200 107 72 -
CMYK 0 0.46 0.64 0.22
HSL 16.41º 0.54% 0.53% -
HSV(B) 16.41º 0.64% 0.78% -
XYZ 30.25 23.26 9.03 -
YUV 130.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 200 107 72 0 0.46 0.64 0.22 16.41 0.54 0.53
Hex C8 6B 48 0 2E 40 16 10 36 35
Octal 310 153 110 0 56 100 26 20 66 65
Binary 11001000 1101011 1001000 0 101110 1000000 10110 10000 110110 110101

Color Harmonies of #C86B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B48

Black with #C86B48

Text Example


Text Example

White with #C86B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B48; }

 p { color: rgb(200,107,72); }

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

background-color css

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

 a { background-color: rgb(200,107,72); }

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

border-color css

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

 span { border-color: rgb(200,107,72); }

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