Html Css Color HEX #C66748 Red Damask

📋 copy color: '#C66748'

red 198 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #C66748

Tints of Red Damask #C66748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

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

R = 53.08%
G = 27.61%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C66748 (or 0xC66748) is known color: Red Damask. HEX triplet: C6, 67 and 48. RGB value is (198,103,72). Sum of RGB (Red+Green+Blue) = 198+103+72=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C66748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66748 is #3998B7. Grayscale: #808080. Windows color (decimal): -3774648 or 4745158. OLE color: 4745158.

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

Color convert

RGB 198 103 72 -
CMYK 0 0.48 0.64 0.22
HSL 14.76º 0.53% 0.53% -
HSV(B) 14.76º 0.64% 0.78% -
XYZ 29.31 22.17 8.87 -
YUV 127.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 198 103 72 0 0.48 0.64 0.22 14.76 0.53 0.53
Hex C6 67 48 0 30 40 16 F 34 35
Octal 306 147 110 0 60 100 26 17 64 65
Binary 11000110 1100111 1001000 0 110000 1000000 10110 1111 110100 110101

Color Harmonies of #C66748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66748

Black with #C66748

Text Example


Text Example

White with #C66748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66748; }

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

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

background-color css

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

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

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

border-color css

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

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

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