Html Css Color HEX #C67648 Red Damask

📋 copy color: '#C67648'

red 198 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C67648

Tints of Red Damask #C67648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 51.03%
G = 30.41%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C67648 (or 0xC67648) is known color: Red Damask. HEX triplet: C6, 76 and 48. RGB value is (198,118,72). Sum of RGB (Red+Green+Blue) = 198+118+72=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C67648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67648 is #3989B7. Grayscale: #888888. Windows color (decimal): -3770808 or 4748998. OLE color: 4748998.

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

Color convert

RGB 198 118 72 -
CMYK 0 0.40 0.64 0.22
HSL 21.9º 0.53% 0.53% -
HSV(B) 21.9º 0.64% 0.78% -
XYZ 30.94 25.43 9.41 -
YUV 136.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 198 118 72 0 0.40 0.64 0.22 21.9 0.53 0.53
Hex C6 76 48 0 28 40 16 16 34 35
Octal 306 166 110 0 50 100 26 26 64 65
Binary 11000110 1110110 1001000 0 101000 1000000 10110 10110 110100 110101

Color Harmonies of #C67648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67648

Black with #C67648

Text Example


Text Example

White with #C67648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67648; }

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

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

background-color css

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

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

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

border-color css

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

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

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