Html Css Color HEX #C6654A Red Damask

📋 copy color: '#C6654A'

red 198 ◦ green 101 ◦ blue 74

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

Shades of Red Damask #C6654A

Tints of Red Damask #C6654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 53.08%
G = 27.08%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6654A (or 0xC6654A) is known color: Red Damask. HEX triplet: C6, 65 and 4A. RGB value is (198,101,74). Sum of RGB (Red+Green+Blue) = 198+101+74=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6654A is #399AB5. Grayscale: #7F7F7F. Windows color (decimal): -3775158 or 4875718. OLE color: 4875718.

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

Color convert

RGB 198 101 74 -
CMYK 0 0.49 0.63 0.22
HSL 13.06º 0.52% 0.53% -
HSV(B) 13.06º 0.63% 0.78% -
XYZ 29.18 21.81 9.15 -
YUV 126.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 198 101 74 0 0.49 0.63 0.22 13.06 0.52 0.53
Hex C6 65 4A 0 31 3F 16 D 34 35
Octal 306 145 112 0 61 77 26 15 64 65
Binary 11000110 1100101 1001010 0 110001 111111 10110 1101 110100 110101

Color Harmonies of #C6654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6654A

Black with #C6654A

Text Example


Text Example

White with #C6654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6654A; }

 p { color: rgb(198,101,74); }

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

background-color css

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

 a { background-color: rgb(198,101,74); }

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

border-color css

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

 span { border-color: rgb(198,101,74); }

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