Html Css Color HEX #C76548 Red Damask

📋 copy color: '#C76548'

red 199 ◦ green 101 ◦ blue 72

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

Shades of Red Damask #C76548

Tints of Red Damask #C76548

RGB

 RED value IS 199 (78.13% from 255) = 53.49%

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 53.49%
G = 27.15%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C76548 (or 0xC76548) is known color: Red Damask. HEX triplet: C7, 65 and 48. RGB value is (199,101,72). Sum of RGB (Red+Green+Blue) = 199+101+72=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C76548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76548 is #389AB7. Grayscale: #7F7F7F. Windows color (decimal): -3709624 or 4744647. OLE color: 4744647.

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

Color convert

RGB 199 101 72 -
CMYK 0 0.49 0.64 0.22
HSL 13.7º 0.53% 0.53% -
HSV(B) 13.7º 0.64% 0.78% -
XYZ 29.38 21.92 8.81 -
YUV 127 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 199 101 72 0 0.49 0.64 0.22 13.7 0.53 0.53
Hex C7 65 48 0 31 40 16 E 35 35
Octal 307 145 110 0 61 100 26 16 65 65
Binary 11000111 1100101 1001000 0 110001 1000000 10110 1110 110101 110101

Color Harmonies of #C76548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76548

Black with #C76548

Text Example


Text Example

White with #C76548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76548; }

 p { color: rgb(199,101,72); }

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

background-color css

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

 a { background-color: rgb(199,101,72); }

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

border-color css

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

 span { border-color: rgb(199,101,72); }

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