Html Css Color HEX #C67448 Red Damask

📋 copy color: '#C67448'

red 198 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #C67448

Tints of Red Damask #C67448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 51.3%
G = 30.05%
B = 18.65%

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

#C67448 (or 0xC67448) is known color: Red Damask. HEX triplet: C6, 74 and 48. RGB value is (198,116,72). Sum of RGB (Red+Green+Blue) = 198+116+72=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C67448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67448 is #398BB7. Grayscale: #878787. Windows color (decimal): -3771320 or 4748486. OLE color: 4748486.

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

Color convert

RGB 198 116 72 -
CMYK 0 0.41 0.64 0.22
HSL 20.95º 0.53% 0.53% -
HSV(B) 20.95º 0.64% 0.78% -
XYZ 30.7 24.96 9.33 -
YUV 135.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 198 116 72 0 0.41 0.64 0.22 20.95 0.53 0.53
Hex C6 74 48 0 29 40 16 15 34 35
Octal 306 164 110 0 51 100 26 25 64 65
Binary 11000110 1110100 1001000 0 101001 1000000 10110 10101 110100 110101

Color Harmonies of #C67448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67448

Black with #C67448

Text Example


Text Example

White with #C67448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67448; }

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

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

background-color css

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

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

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

border-color css

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

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

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