Html Css Color HEX #C6734C Red Damask

📋 copy color: '#C6734C'

red 198 ◦ green 115 ◦ blue 76

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

Shades of Red Damask #C6734C

Tints of Red Damask #C6734C

RGB

 RED value IS 198 (77.73% from 255) = 50.9%

 GREEN value IS 115 (45.31% from 255) = 29.56%

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 50.9%
G = 29.56%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6734C (or 0xC6734C) is known color: Red Damask. HEX triplet: C6, 73 and 4C. RGB value is (198,115,76). Sum of RGB (Red+Green+Blue) = 198+115+76=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6734C is #398CB3. Grayscale: #878787. Windows color (decimal): -3771572 or 5010374. OLE color: 5010374.

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

Color convert

RGB 198 115 76 -
CMYK 0 0.42 0.62 0.22
HSL 19.18º 0.52% 0.54% -
HSV(B) 19.18º 0.62% 0.78% -
XYZ 30.72 24.79 10 -
YUV 135.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 198 115 76 0 0.42 0.62 0.22 19.18 0.52 0.54
Hex C6 73 4C 0 2A 3E 16 13 34 36
Octal 306 163 114 0 52 76 26 23 64 66
Binary 11000110 1110011 1001100 0 101010 111110 10110 10011 110100 110110

Color Harmonies of #C6734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6734C

Black with #C6734C

Text Example


Text Example

White with #C6734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6734C; }

 p { color: rgb(198,115,76); }

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

background-color css

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

 a { background-color: rgb(198,115,76); }

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

border-color css

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

 span { border-color: rgb(198,115,76); }

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