Html Css Color HEX #C67345 Red Damask

📋 copy color: '#C67345'

red 198 ◦ green 115 ◦ blue 69

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

Shades of Red Damask #C67345

Tints of Red Damask #C67345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 51.83%
G = 30.1%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67345 (or 0xC67345) is known color: Red Damask. HEX triplet: C6, 73 and 45. RGB value is (198,115,69). Sum of RGB (Red+Green+Blue) = 198+115+69=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C67345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67345 is #398CBA. Grayscale: #868686. Windows color (decimal): -3771579 or 4551622. OLE color: 4551622.

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

Color convert

RGB 198 115 69 -
CMYK 0 0.42 0.65 0.22
HSL 21.4º 0.53% 0.52% -
HSV(B) 21.4º 0.65% 0.78% -
XYZ 30.49 24.7 8.79 -
YUV 134.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 198 115 69 0 0.42 0.65 0.22 21.4 0.53 0.52
Hex C6 73 45 0 2A 41 16 15 35 34
Octal 306 163 105 0 52 101 26 25 65 64
Binary 11000110 1110011 1000101 0 101010 1000001 10110 10101 110101 110100

Color Harmonies of #C67345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67345

Black with #C67345

Text Example


Text Example

White with #C67345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67345; }

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

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

background-color css

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

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

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

border-color css

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

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

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