Html Css Color HEX #C67548 Red Damask

📋 copy color: '#C67548'

red 198 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C67548

Tints of Red Damask #C67548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 51.16%
G = 30.23%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C67548 (or 0xC67548) is known color: Red Damask. HEX triplet: C6, 75 and 48. RGB value is (198,117,72). Sum of RGB (Red+Green+Blue) = 198+117+72=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67548 is #398AB7. Grayscale: #888888. Windows color (decimal): -3771064 or 4748742. OLE color: 4748742.

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

Color convert

RGB 198 117 72 -
CMYK 0 0.41 0.64 0.22
HSL 21.43º 0.53% 0.53% -
HSV(B) 21.43º 0.64% 0.78% -
XYZ 30.82 25.2 9.37 -
YUV 136.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 198 117 72 0 0.41 0.64 0.22 21.43 0.53 0.53
Hex C6 75 48 0 29 40 16 15 34 35
Octal 306 165 110 0 51 100 26 25 64 65
Binary 11000110 1110101 1001000 0 101001 1000000 10110 10101 110100 110101

Color Harmonies of #C67548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67548

Black with #C67548

Text Example


Text Example

White with #C67548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67548; }

 p { color: rgb(198,117,72); }

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

background-color css

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

 a { background-color: rgb(198,117,72); }

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

border-color css

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

 span { border-color: rgb(198,117,72); }

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