Html Css Color HEX #C76948 Red Damask

📋 copy color: '#C76948'

red 199 ◦ green 105 ◦ blue 72

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

Shades of Red Damask #C76948

Tints of Red Damask #C76948

RGB

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

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

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

R = 52.93%
G = 27.93%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C76948 (or 0xC76948) is known color: Red Damask. HEX triplet: C7, 69 and 48. RGB value is (199,105,72). Sum of RGB (Red+Green+Blue) = 199+105+72=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C76948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76948 is #3896B7. Grayscale: #818181. Windows color (decimal): -3708600 or 4745671. OLE color: 4745671.

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

Color convert

RGB 199 105 72 -
CMYK 0 0.47 0.64 0.22
HSL 15.59º 0.53% 0.53% -
HSV(B) 15.59º 0.64% 0.78% -
XYZ 29.77 22.71 8.95 -
YUV 129.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 199 105 72 0 0.47 0.64 0.22 15.59 0.53 0.53
Hex C7 69 48 0 2F 40 16 10 35 35
Octal 307 151 110 0 57 100 26 20 65 65
Binary 11000111 1101001 1001000 0 101111 1000000 10110 10000 110101 110101

Color Harmonies of #C76948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76948

Black with #C76948

Text Example


Text Example

White with #C76948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76948; }

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

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

background-color css

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

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

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

border-color css

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

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

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