Html Css Color HEX #C76943 Red Damask

📋 copy color: '#C76943'

red 199 ◦ green 105 ◦ blue 67

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

Shades of Red Damask #C76943

Tints of Red Damask #C76943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 53.64%
G = 28.3%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C76943 (or 0xC76943) is known color: Red Damask. HEX triplet: C7, 69 and 43. RGB value is (199,105,67). Sum of RGB (Red+Green+Blue) = 199+105+67=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76943 is #3896BC. Grayscale: #818181. Windows color (decimal): -3708605 or 4417991. OLE color: 4417991.

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

Color convert

RGB 199 105 67 -
CMYK 0 0.47 0.66 0.22
HSL 17.27º 0.54% 0.52% -
HSV(B) 17.27º 0.66% 0.78% -
XYZ 29.62 22.65 8.12 -
YUV 128.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 199 105 67 0 0.47 0.66 0.22 17.27 0.54 0.52
Hex C7 69 43 0 2F 42 16 11 36 34
Octal 307 151 103 0 57 102 26 21 66 64
Binary 11000111 1101001 1000011 0 101111 1000010 10110 10001 110110 110100

Color Harmonies of #C76943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76943

Black with #C76943

Text Example


Text Example

White with #C76943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76943; }

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

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

background-color css

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

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

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

border-color css

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

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

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