Html Css Color HEX #C86948 Red Damask

📋 copy color: '#C86948'

red 200 ◦ green 105 ◦ blue 72

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

Shades of Red Damask #C86948

Tints of Red Damask #C86948

RGB

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

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

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

R = 53.05%
G = 27.85%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86948 (or 0xC86948) is known color: Red Damask. HEX triplet: C8, 69 and 48. RGB value is (200,105,72). Sum of RGB (Red+Green+Blue) = 200+105+72=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C86948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86948 is #3796B7. Grayscale: #818181. Windows color (decimal): -3643064 or 4745672. OLE color: 4745672.

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

Color convert

RGB 200 105 72 -
CMYK 0 0.48 0.64 0.22
HSL 15.47º 0.54% 0.53% -
HSV(B) 15.47º 0.64% 0.78% -
XYZ 30.04 22.85 8.96 -
YUV 129.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 200 105 72 0 0.48 0.64 0.22 15.47 0.54 0.53
Hex C8 69 48 0 30 40 16 F 36 35
Octal 310 151 110 0 60 100 26 17 66 65
Binary 11001000 1101001 1001000 0 110000 1000000 10110 1111 110110 110101

Color Harmonies of #C86948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86948

Black with #C86948

Text Example


Text Example

White with #C86948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86948; }

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

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

background-color css

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

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

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

border-color css

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

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

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